summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2019-02-18 09:02:13 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2019-02-18 09:02:13 +0000
commit86f93b38fcc5221d723bb46fcc115e43aad2b8c9 (patch)
tree2a5a1a47444a9b847822d48971062f5bf9667256 /sys
parent71df38946a4428d627b2d9fcb5f2f8397c292a38 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 7dd720d8be1..6050777f627 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1875 2019/01/10 18:35:56 sf Exp
+ * OpenBSD: pcidevs,v 1.1876 2019/02/18 08:59:43 kevlo Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5329,6 +5329,7 @@
#define PCI_PRODUCT_INTEL_200SERIES_PCIE_23 0xa2ed /* 200 Series PCIE */
#define PCI_PRODUCT_INTEL_200SERIES_PCIE_24 0xa2ee /* 200 Series PCIE */
#define PCI_PRODUCT_INTEL_200SERIES_HDA 0xa2f0 /* 200 Series HD Audio */
+#define PCI_PRODUCT_INTEL_WL_9560_2 0xa370 /* Dual Band Wireless AC 9560 */
#define PCI_PRODUCT_INTEL_21152 0xb152 /* S21152BB */
#define PCI_PRODUCT_INTEL_21154 0xb154 /* 21154AE/BE */
#define PCI_PRODUCT_INTEL_CORE_DMI_0 0xd130 /* Core DMI */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 641d69d0334..eff6b95f71d 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1875 2019/01/10 18:35:56 sf Exp
+ * OpenBSD: pcidevs,v 1.1876 2019/02/18 08:59:43 kevlo Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -18800,6 +18800,10 @@ static const struct pci_known_product pci_known_products[] = {
"200 Series HD Audio",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_9560_2,
+ "Dual Band Wireless AC 9560",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21152,
"S21152BB",
},