diff options
author | brooks <brooks@FreeBSD.org> | 2002-04-14 22:08:58 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2002-04-14 22:08:58 +0000 |
commit | 916765bbc4f80a30a3119b80038db10873e7f870 (patch) | |
tree | 3faf1f6ae31c27bd8f520ea9b7da033c174acd03 /sys/dev/wi | |
parent | eb5d75ea83a874a4e8b95a9b9c06be7a38788f31 (diff) | |
download | FreeBSD-src-916765bbc4f80a30a3119b80038db10873e7f870.zip FreeBSD-src-916765bbc4f80a30a3119b80038db10873e7f870.tar.gz |
Support the Siemens SpeedStream PCI card.
PR: kern/35988
Submitted by: Stephen Gunn <csg@waterspout.com>
Diffstat (limited to 'sys/dev/wi')
-rw-r--r-- | sys/dev/wi/if_wi_pci.c | 1 |
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 0c38f6c..4c91160 100644 --- a/sys/dev/wi/if_wi_pci.c +++ b/sys/dev/wi/if_wi_pci.c @@ -100,6 +100,7 @@ static struct { {0x16ab, 0x1102, WI_BUS_PCI_PLX, "Linksys WDT11 PCI IEEE 802.11b"}, {0x1260, 0x3873, WI_BUS_PCI_NATIVE, "Linksys WMP11 PCI Prism2.5"}, {0x10b7, 0x7770, WI_BUS_PCI_PLX, "3Com Airconnect IEEE 802.11b"}, + {0x111a, 0x1023, WI_BUS_PCI_PLX, "Siemens SpeedStream IEEE 802.11b"}, {0, 0, 0, NULL} }; |