diff options
author | 2015-03-03 09:09:52 +0000 | |
---|---|---|
committer | 2015-03-03 09:09:52 +0000 | |
commit | 3523f74ac76f20d2b68ae44d2dd91dcbb849459e (patch) | |
tree | c2256059e57a614b0fb1083f28a23cd73ec34fcb | |
parent | Fix a regression introduced when switching from rtsold to the kernel for (diff) | |
download | wireguard-openbsd-3523f74ac76f20d2b68ae44d2dd91dcbb849459e.tar.xz wireguard-openbsd-3523f74ac76f20d2b68ae44d2dd91dcbb849459e.zip |
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 |