summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-07-19 05:53:57 +0000
committerimp <imp@FreeBSD.org>2003-07-19 05:53:57 +0000
commit1085f2fe4254219761ba0a62bd0c9b22ac4ee81f (patch)
treeb40bc9e2cbb78a84c14c61e3fd4b081413b3c88d
parent884ddc4faccdca3bdbae8a48c95c3bf54d3a85f4 (diff)
downloadFreeBSD-src-1085f2fe4254219761ba0a62bd0c9b22ac4ee81f.zip
FreeBSD-src-1085f2fe4254219761ba0a62bd0c9b22ac4ee81f.tar.gz
Add Addtron AWA-100 wireless PCI card
Submitted by: Robin Reagan Pr: 37526
-rw-r--r--sys/dev/wi/if_wi_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi_pci.c b/sys/dev/wi/if_wi_pci.c
index bec9f45..583f7de 100644
--- a/sys/dev/wi/if_wi_pci.c
+++ b/sys/dev/wi/if_wi_pci.c
@@ -105,6 +105,7 @@ static struct {
{0x111a, 0x1023, WI_BUS_PCI_PLX, "Siemens SpeedStream"},
{0x10b5, 0x9050, WI_BUS_PCI_PLX, "SMC 2602W"},
{0x16ec, 0x3685, WI_BUS_PCI_PLX, "US Robotics 2415"},
+ {0x4033, 0x7001, WI_BUS_PCI_PLX, "Addtron AWA-100 PCI"},
{0, 0, 0, NULL}
};
OpenPOWER on IntegriCloud