summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2002-01-21 00:59:59 +0000
committerbrooks <brooks@FreeBSD.org>2002-01-21 00:59:59 +0000
commit149d99c26eff591dab1ec3964744640075e3d7cb (patch)
treed0b94c809ef992f054a0ef782f5c21512d4cbc25 /sys
parent1dcfa82c40d8bc94b1191955b98497cff73d618b (diff)
downloadFreeBSD-src-149d99c26eff591dab1ec3964744640075e3d7cb.zip
FreeBSD-src-149d99c26eff591dab1ec3964744640075e3d7cb.tar.gz
Add support for Linksys WDT11 PCI adaptors.
Submitted by: Eric Liedtke <eliedtke@apogeetelecom.com>
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wi/if_wi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index d8b706c..f92639a 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -227,6 +227,7 @@ static struct {
} pci_ids[] = {
{0x1638, 0x1100, "PRISM2STA PCI WaveLAN/IEEE 802.11"},
{0x1385, 0x4100, "Netgear MA301 PCI IEEE 802.11b"},
+ {0x16ab, 0x1102, "Linksys WDT11 PCI IEEE 802.11b"},
{0, 0, NULL}
};
#endif
OpenPOWER on IntegriCloud