diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-02 16:30:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-02 16:30:54 +0000 |
commit | 745844fc1795dbd51202e4078a032367c4dedf63 (patch) | |
tree | c143a544d4679a3943c7fc5760bb1c1165df1331 /sys/arch/i386/conf | |
parent | 4ce8cc9e6ec1d44304ad0c6d20b09e0f413f40ad (diff) |
in the tradeoff between NFS and more device drivers, NFS loses. people who
care about NFS should go do a kernel shrink. get me 45K of kernel shrink
in the ramdisk without using an #ifdef, and i'll put NFS back.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 8 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index fc3311effae..5bd45bbadb0 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.72 1999/12/01 15:29:57 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.73 1999/12/02 16:30:53 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -36,7 +36,7 @@ option DEVPAGER # mmap() of devices option FFS # UFS option EXT2FS # Linux ext2fs -option NFSCLIENT # Network File System client +#option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system option MSDOSFS # MS-DOS file system @@ -202,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 diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 7e229d085fa..7b7140844d8 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.8 1999/12/01 15:29:57 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.9 1999/12/02 16:30:53 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -36,7 +36,7 @@ option DEVPAGER # mmap() of devices option FFS # UFS option EXT2FS # Linux ext2fs -option NFSCLIENT # Network File System client +#option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system option MSDOSFS # MS-DOS file system |