diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-09-08 05:36:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-09-08 05:36:30 +0000 |
commit | eef87ea35de033bc4e46ea56cae7839990c9efe0 (patch) | |
tree | 69ff5dd8f6fcce13034ad289b16eaacf55c30136 /sys | |
parent | f95a58be116ba2adce4fec7448d5a65a2f13bacc (diff) |
delete a few more things. hoping someone shows up who is upset by this,
and puts some backpressure on this process. come on, someone get mad...
and do something about it!
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 9e94673972e..02463a9741a 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.163 2008/06/08 20:37:39 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.164 2008/09/08 05:36:29 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -15,7 +15,7 @@ option DST=0 # daylight saving time used by RTC #makeoptions DEBUG="-g" # compile full symbol table option FFS # UFS -option EXT2FS # Linux ext2fs +#option EXT2FS # Linux ext2fs #option NFSCLIENT # Network File System client diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index e0f24b7ae52..f1142686997 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.88 2008/06/08 20:37:39 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.89 2008/09/08 05:36:29 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -119,7 +119,7 @@ wskbd* at ukbd? mux 1 #upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' #udav* at uhub? # Davicom DM9601 based Ethernet #url* at uhub? # Realtek RTL8150L based adapters -wi* at uhub? # WaveLAN IEEE 802.11DS +#wi* at uhub? # WaveLAN IEEE 802.11DS #ural* at uhub? # Ralink RT2500 npx0 at isa? port 0xf0 irq 13 # math coprocessor @@ -294,7 +294,7 @@ ath* at pci? # Atheros AR5k (802.11a/b/g) ath* at cardbus? # Atheros AR5k (802.11a/b/g) #atw* at pci? # ADMtek ADM8211 (802.11) #atw* at cardbus? # ADMtek ADM8211 (802.11) -wi* at pci? # WaveLAN IEEE 802.11DS +#wi* at pci? # WaveLAN IEEE 802.11DS #wi* at pcmcia? # WaveLAN IEEE 802.11DS #ipw* at pci? # Intel PRO/Wireless 2100 #iwi* at pci? # Intel PRO/Wireless 2200BG/2915ABG |