1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/boot/alpha/libalpha
Mike Smith af1f6e0673 Implement a simple LRU block cache. By default this is initialised to 16k,
and will bypass transfers for more than 8k.  Blocks are invalidated after
2 seconds, so removable media should not confuse the cache.

The 8k threshold is a compromise; all UFS transfers performed by
libstand are 8k or less, so large file reads thrash the cache.
However many filesystem metadata operations are also performed using
8k blocks, so using a lower threshold gives poor performance.

Those of you with an eye for cache algorithms are welcome to tell me
how badly this one sucks; you can start with the 'bcachestats' command
which will print the contents of the cache and access statistics.
1998-11-02 23:28:11 +00:00
..
alpha_copy.c Make the alpha bootstrap build again, fix some warning and change sdboot to daboot. 1998-09-20 21:46:19 +00:00
alpha_module.c Bootloader update. 1998-08-31 21:10:43 +00:00
bbinfo.h
bootinfo.c Fix the bootinfo so that the right values actual make it into the kernel. 1998-10-15 21:55:58 +00:00
common.h
delay.c
devicename.c * Add old UFS compatibility code to alpha/boot1. 1998-09-26 10:51:38 +00:00
elf_freebsd.c Fix the bootinfo so that the right values actual make it into the kernel. 1998-10-15 21:55:58 +00:00
getsecs.c
libalpha.h * Add old UFS compatibility code to alpha/boot1. 1998-09-26 10:51:38 +00:00
Makefile Turn of disk debugging by default (suppress annoying "partition marked as 1998-10-16 19:26:11 +00:00
OSFpal.c
pal.S
prom_disp.S
prom_swpal.S
prom.c
reboot.c
srmdisk.c Implement a simple LRU block cache. By default this is initialised to 16k, 1998-11-02 23:28:11 +00:00
srmnet.c
start.S * Extend the memory available for the heap from 256k to 512k. 1998-10-31 17:12:32 +00:00
time.c