summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-08-08 23:33:42 +0000
committermarcel <marcel@FreeBSD.org>2003-08-08 23:33:42 +0000
commite97bb1421920a22ac8b48f7024258ad83b332821 (patch)
tree4aefac00231e202fe313268264177190b268494a /sys/dev/wi
parent2523b9f8e4dc71a01daa31b0dcd61c35c4b7a5f9 (diff)
downloadFreeBSD-src-e97bb1421920a22ac8b48f7024258ad83b332821.zip
FreeBSD-src-e97bb1421920a22ac8b48f7024258ad83b332821.tar.gz
Add the PCI Id of the Intersil prism3 (mini-PCI) WLAN chip. The Vaio
PCG-505BX (for example) has one of those: wi0: <Intersil Prism3> mem 0xf8000000-0xf8000fff at device 2.0 on pci2 wi0: 802.11 address: 00:02:8a:94:d8:73 wi0: using RF:PRISM3(Mini-PCI) wi0: Intersil Firmware: Primary (1.1.1), Station (1.5.6) wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
Diffstat (limited to 'sys/dev/wi')
-rw-r--r--sys/dev/wi/if_wi_pci.c1
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 429dfb7..6dab7f5 100644
--- a/sys/dev/wi/if_wi_pci.c
+++ b/sys/dev/wi/if_wi_pci.c
@@ -98,6 +98,7 @@ static struct {
/* Sorted by description */
{0x10b7, 0x7770, WI_BUS_PCI_PLX, "3Com Airconnect"},
{0x16ab, 0x1101, WI_BUS_PCI_PLX, "GLPRISM2 WaveLAN"},
+ {0x1260, 0x3872, WI_BUS_PCI_NATIVE, "Intersil Prism3"},
{0x1260, 0x3873, WI_BUS_PCI_NATIVE, "Intersil Prism2.5"},
{0x16ab, 0x1102, WI_BUS_PCI_PLX, "Linksys WDT11"},
{0x1385, 0x4100, WI_BUS_PCI_PLX, "Netgear MA301"},
OpenPOWER on IntegriCloud