diff options
author | 2007-09-24 20:44:27 +0000 | |
---|---|---|
committer | 2007-09-24 20:44:27 +0000 | |
commit | b892308f0a56ae53d25c0ee8c60fb17ca619244b (patch) | |
tree | b5a7ef393f015d921f5990e720135c30537178d4 | |
parent | Add bwi PCI and Cardbus GENERIC entries for i386 and amd64, but still (diff) | |
download | wireguard-openbsd-b892308f0a56ae53d25c0ee8c60fb17ca619244b.tar.xz wireguard-openbsd-b892308f0a56ae53d25c0ee8c60fb17ca619244b.zip |
Ooops, i386 entry was enabled by mistake. Disable it. Sorry.
-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 |