diff options
Diffstat (limited to 'sys/arch/i386')
-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 |