diff options
author | 2010-04-04 08:25:39 +0000 | |
---|---|---|
committer | 2010-04-04 08:25:39 +0000 | |
commit | 94ea5b3b07ff11af6c9492ebadaca628fe45e6b1 (patch) | |
tree | b5e8f2624375ff5fed0d365e9347df89f31e5ad3 | |
parent | sync (diff) | |
download | wireguard-openbsd-94ea5b3b07ff11af6c9492ebadaca628fe45e6b1.tar.xz wireguard-openbsd-94ea5b3b07ff11af6c9492ebadaca628fe45e6b1.zip |
PCI ID for second generation of Intel Centrino Advanced-N 6200 devices.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index f57aec47746..6e69993b1e5 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1544 2010/04/04 08:10:58 damien Exp $ +$OpenBSD: pcidevs,v 1.1545 2010/04/04 08:25:39 damien Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2184,6 +2184,7 @@ product IMS TT3D 0x9135 Twin Turbo 3D /* Intel products */ product INTEL EESISA 0x0008 EES ISA product INTEL 21145 0x0039 21145 +product INTEL WIFI_LINK_6005_IPA_1 0x0082 Centrino Advanced-N 6205 product INTEL WIFI_LINK_1000_1 0x0083 WiFi Link 1000 product INTEL WIFI_LINK_1000_2 0x0084 WiFi Link 1000 product INTEL WIFI_LINK_6050_2X2_1 0x0087 Centrino Advanced-N 6250 |