diff options
| author | macallan <macallan@NetBSD.org> | 2009-01-09 20:01:28 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2009-01-09 20:01:28 +0000 |
| commit | 2af193eec91eeb86d2236ef668dad5aa72db02ca (patch) | |
| tree | ff9f103e08e4564183cfac2c4db5d2e15aa6fb13 | |
| parent | 71a6e25dc4c1ca6a1cb4823a1772b8c025fc5603 (diff) | |
add bwi driver for Airport Extreme
This driver didn't get much testing so I'd consider it experimental for now
| -rw-r--r-- | sys/arch/macppc/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 5de0834e4f3..df90b00723e 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.274 2008/12/07 08:26:02 tsutsui Exp $ +# $NetBSD: GENERIC,v 1.275 2009/01/09 20:01:28 macallan Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.274 $" +#ident "GENERIC-$Revision: 1.275 $" maxusers 32 @@ -225,6 +225,7 @@ an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11 atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11) bge* at pci? dev ? function ? # Broadcom 570x Gigabit Ethernet +bwi* at pci? dev ? function ? # Broadcom / Apple Airport Extreme ep* at pci? dev ? function ? # 3Com 3c59x epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet ex* at pci? dev ? function ? # 3Com 90x[BC] |
