From 42d7dbe6bf36c34960ba0b7480620804ef3214c5 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sun, 14 Apr 2002 22:08:58 +0000 Subject: Support the Siemens SpeedStream PCI card. PR: kern/35988 Submitted by: Stephen Gunn --- sys/dev/wi/if_wi_pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys') diff --git a/sys/dev/wi/if_wi_pci.c b/sys/dev/wi/if_wi_pci.c index 0c38f6c841c9..4c911609d341 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} }; -- cgit v1.3