diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-09-30 10:16:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-09-30 10:16:57 +0000 |
commit | fbd4c04a43ea0c5d146e437c3e76aa929593d051 (patch) | |
tree | fe0c24a63be83d46508680a15aba22e1ac01272c /sys/arch/i386/conf/GENERIC | |
parent | c3683a440564cd68d673d65fbcb808c6176926ad (diff) |
Enable Broadcom wireless, bwi(4).
If people testing could send mail to mglocker and myself we'd appreciate it.
ok mglocker@
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-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 0d1e8f2e1ee..ff7e30ae060 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.577 2007/09/24 20:44:27 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.578 2007/09/30 10:16:56 jsg 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 |