diff options
author | 2013-05-29 23:14:40 +0000 | |
---|---|---|
committer | 2013-05-29 23:14:40 +0000 | |
commit | 671f319f659fc79bc69c6dd13cf7380bf5c4fa66 (patch) | |
tree | beb31a57fee32a9669cdb20115b35c3b043f6d89 | |
parent | uvm_loan has not (ever) been compiled or used. (diff) | |
download | wireguard-openbsd-671f319f659fc79bc69c6dd13cf7380bf5c4fa66.tar.xz wireguard-openbsd-671f319f659fc79bc69c6dd13cf7380bf5c4fa66.zip |
add another pid for Intel Centrino Advanced-N 6235
-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 ab7d18122f4..4c8ddd41b52 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1677 2013/05/28 15:02:45 jsg Exp $ +$OpenBSD: pcidevs,v 1.1678 2013/05/29 23:14:40 yuo Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2724,6 +2724,7 @@ product INTEL PCMC 0x04a3 82434LX/NX product INTEL GDT_RAID1 0x0600 GDT RAID product INTEL GDT_RAID2 0x061f GDT RAID product INTEL WL_6235_1 0x088e Centrino Advanced-N 6235 +product INTEL WL_6235_2 0x088f Centrino Advanced-N 6235 product INTEL WL_6150_1 0x0885 WiFi Link 6150 product INTEL WL_6150_2 0x0886 WiFi Link 6150 product INTEL WL_130_1 0x0896 WiFi Link 130 |