diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2018-12-18 04:25:29 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2018-12-18 04:25:29 +0000 |
commit | b1ace7e5f4b60a2329f7cfb39486599b2b0d180c (patch) | |
tree | 44091a87fd6553e0a05d6af5632357d7b8c357ee /sys/dev/pci/pcidevs_data.h | |
parent | b6a98d71d9d3bee4c8c06ff38189a6a330b85785 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 07623a34a26..878e9cf4b05 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.1872 2018/12/18 01:26:07 kevlo Exp + * OpenBSD: pcidevs,v 1.1873 2018/12/18 04:25:16 tedu Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -18080,6 +18080,10 @@ static const struct pci_known_product pci_known_products[] = { "200 Series HD Audio", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_9560_1, + "Dual Band Wireless AC 9560", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PINEVIEW_DMI, "Pineview DMI", }, |