diff options
author | 2001-10-25 16:43:02 +0000 | |
---|---|---|
committer | 2001-10-25 16:43:02 +0000 | |
commit | 95fc71317f1d4570510661ddb8e7d21f3bbfe12a (patch) | |
tree | 68a96fc20a86b268a9c60f33c4d662cc9f487a41 | |
parent | add prism2.5 mini-pci nic id (diff) | |
download | wireguard-openbsd-95fc71317f1d4570510661ddb8e7d21f3bbfe12a.tar.xz wireguard-openbsd-95fc71317f1d4570510661ddb8e7d21f3bbfe12a.zip |
add intersil mini-pci wlan; from netbsd
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 3b13889ddd6..54fa1186daf 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.456 2001/10/24 17:29:27 millert Exp $ + $OpenBSD: pcidevs,v 1.457 2001/10/25 16:43:02 mickey Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -499,6 +499,7 @@ vendor LINEARSYS 0x1254 Linear Systems vendor ASIX 0x125b ASIX vendor AURORA 0x125c Aurora Technologies vendor ESSTECH 0x125d ESS +vendor INTERSIL 0x126c Intersil vendor NORTEL 0x126c Nortel Networks vendor ENSONIQ 0x1274 Ensoniq vendor NETAPP 0x1275 Network Appliance @@ -1334,6 +1335,9 @@ product INTEL 82802AC 0x89ac 82802AC Firmware Hub 8Mbit /* Intergraph products */ product INTERGRAPH 4D50T 0x00e4 Powerstorm 4D50T +/* Intersil products */ +product INTERSIL MINI_PCI_WLAN 0x3873 PRISM2.5 Mini-PCI WLAN + /* Invertex */ product INVERTEX AEON 0x0005 AEON |