diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-12 21:55:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-12 21:55:07 +0000 |
commit | 782f15116eaba1a7dd35053b027a7185c2362fd4 (patch) | |
tree | abadb21ebe07ed4b68c6c54cc2ae80c6552398df /sys/arch/i386/conf/BABY | |
parent | d29e0b384bed05aec8c3ae104d2cccf4e54b2702 (diff) |
cvs.openbsd.org rules with 20% buffer cache
Diffstat (limited to 'sys/arch/i386/conf/BABY')
-rw-r--r-- | sys/arch/i386/conf/BABY | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index 2e308701891..3e352bce1d5 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.7 1996/08/31 02:09:14 deraadt Exp $ +# $OpenBSD: BABY,v 1.8 1996/09/12 21:55:06 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -12,6 +12,7 @@ option MATH_EMULATE # floating point emulation # have a broken BIOS, uncomment the following and set the value # properly for your system. #option EXTMEM_SIZE=... # size of extended memory +option BUFCACHEPERCENT=20 #option DUMMY_NOPS # speed hack; recommended option XSERVER @@ -168,7 +169,7 @@ le0 at isa? port 0x360 irq 15 drq 6 # IsoLan, NE2100, and DEPCA ep* at eisa? slot ? # 3C579 ethernet cards #fea* at eisa? slot ? # DEC DEFEA FDDI cards #le* at pci? dev ? function ? # PCnet-PCI based ethernet cards -#de* at pci? dev ? function ? # DC21X4X-based ethernet cards +de* at pci? dev ? function ? # DC21X4X-based ethernet cards ep* at pci? dev ? function ? # 3C590 ethernet cards #ed* at pcmcia? port 0x300 size 0x20 irq 10 slot ? # PCMCIA based ed cards #ep* at pcmcia? port 0x300 size 0x10 irq 10 slot ? # PCMCIA based ep cards |