diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-01 15:29:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-01 15:29:58 +0000 |
commit | ee3060428072be9c2de5389a85b206ef850dca17 (patch) | |
tree | d0346ab5bda32c8f19a9353cf4692c8fb2696092 /sys/arch/i386/conf/RAMDISK | |
parent | 49b7871857849984e3183758f0b6133c6d0fba9f (diff) |
uvm on the i386
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 325e9759d68..fc3311effae 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.71 1999/11/27 15:55:40 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.72 1999/12/01 15:29:57 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -15,6 +15,8 @@ option I586_CPU option I686_CPU option GPL_MATH_EMULATE # floating point emulation +option UVM # use the UVM virtual memory system + # Some BIOSes don't get the size of extended memory right. If you # have a broken BIOS, uncomment the following and set the value # properly for your system. @@ -200,9 +202,9 @@ ep* at pci? dev ? function ? # 3C59x ethernet cards ne* at pci? dev ? function ? # NE2000-compat ethernet cards ne* at pcmcia? function ? # PCMCIA based NE2000 cards ep* at pcmcia? function ? # PCMCIA based 3c5xx cards -sm* at pcmcia? function ? # PCMCIA based sm cards +#sm* at pcmcia? function ? # PCMCIA based sm cards xe* at pcmcia? function ? # Xircom ethernet -wi* at pcmcia? function ? # WaveLAN IEEE 802.11 +#wi* at pcmcia? function ? # WaveLAN IEEE 802.11 #fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards xl* at pci? dev ? function ? # 3C9xx ethernet cards rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet |