diff options
author | 1999-12-02 16:30:53 +0000 | |
---|---|---|
committer | 1999-12-02 16:30:53 +0000 | |
commit | bfde8c7f710249b97ae10c867e75ae9b3526ff55 (patch) | |
tree | d52cc76e125d700a4fa6a363d768b5aa70f18648 /sys | |
parent | bye bye ctm (soon in ports tree) (diff) | |
download | wireguard-openbsd-bfde8c7f710249b97ae10c867e75ae9b3526ff55.tar.xz wireguard-openbsd-bfde8c7f710249b97ae10c867e75ae9b3526ff55.zip |
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')
-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 |