diff options
author | brooks <brooks@FreeBSD.org> | 2002-01-21 00:59:59 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2002-01-21 00:59:59 +0000 |
commit | 149d99c26eff591dab1ec3964744640075e3d7cb (patch) | |
tree | d0b94c809ef992f054a0ef782f5c21512d4cbc25 /sys | |
parent | 1dcfa82c40d8bc94b1191955b98497cff73d618b (diff) | |
download | FreeBSD-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.c | 1 |
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 |