From 593f3e9668be4814bd58ca2155bf1f4cbd697891 Mon Sep 17 00:00:00 2001 From: brooks Date: Mon, 11 Mar 2002 23:29:59 +0000 Subject: Add support for 3Com Airconnect PCI cards. MFC after: 3 days --- sys/dev/wi/if_wi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys') diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 278d158..ee2e54b 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -227,6 +227,7 @@ static struct { {0x16ab, 0x1101, WI_BUS_PCI_PLX, "GLPRISM2 PCI WaveLAN/IEEE 802.11"}, {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"}, {0, 0, 0, NULL} }; #endif -- cgit v1.1