diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2015-03-03 09:09:53 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2015-03-03 09:09:53 +0000 |
commit | 510110560c26e55025aec98f28e482ada11beadc (patch) | |
tree | a9459e2644fe8dd7099af1acbcc5218f5d55fa90 | |
parent | ab65d0e9076abd3d2d27f488c3ae7ea916f25e44 (diff) |
Add Intel Dual Band Wireless AC 4165 PCI ids.
ok stsp@
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 4828e10bdb3..529b1a2fe58 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1758 2015/02/27 15:27:23 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1759 2015/03/03 09:09:52 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3543,6 +3543,8 @@ product INTEL 82801EB_USB_4 0x24de 82801EB/ER USB product INTEL 82801ER_SATA 0x24df 82801ER SATA product INTEL WL_8260_1 0x24f3 Dual Band Wireless AC 8260 product INTEL WL_8260_2 0x24f4 Dual Band Wireless AC 8260 +product INTEL WL_4165_1 0x24f5 Dual Band Wireless AC 4165 +product INTEL WL_4165_2 0x24f6 Dual Band Wireless AC 4165 product INTEL 82820_HB 0x2501 82820 Host product INTEL 82820_AGP 0x250f 82820 AGP product INTEL 82850_HB 0x2530 82850 Host |