diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-09-24 20:44:28 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-09-24 20:44:28 +0000 |
commit | 1230e4b9b47846a0bc1b01281569087a3f5733ee (patch) | |
tree | 93fbfd28dcfac639245f1369697ddc3b94488cd2 /sys | |
parent | f02a868e5f8c22cfaf51f60ca545f0e0065519a3 (diff) |
Ooops, i386 entry was enabled by mistake. Disable it. Sorry.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 1b0f2278848..0d1e8f2e1ee 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.576 2007/09/24 20:42:23 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.577 2007/09/24 20:44:27 mglocker Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -549,8 +549,8 @@ 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) -bwi* at pci? # Broadcom AirForce (802.11b/g) -bwi* at cardbus? # Broadcom AirForce (802.11b/g) +#bwi* at pci? # Broadcom AirForce (802.11b/g) +#bwi* at cardbus? # Broadcom AirForce (802.11b/g) wi* at pci? # WaveLAN IEEE 802.11DS wi* at pcmcia? # WaveLAN IEEE 802.11DS #awi* at pcmcia? # Bay Networks IEEE 802.11FH |