diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2015-02-11 07:11:54 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2015-02-11 07:11:54 +0000 |
commit | 2bda179157c412aa23997828c91da1b492bb0c6d (patch) | |
tree | 226d264820f7d1195bebf3bcb27d5a714714be69 /sys/dev/pci/pcidevs_data.h | |
parent | 94b575f3820d488abbab116dc2352942acb8c3dc (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5e5bda7c47d..46241e51969 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.1755 2015/01/31 05:21:01 jsg Exp + * OpenBSD: pcidevs,v 1.1756 2015/02/11 07:09:55 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -11672,6 +11672,14 @@ static const struct pci_known_product pci_known_products[] = { "82801ER SATA", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_8260_1, + "Dual Band Wireless AC 8260", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_8260_2, + "Dual Band Wireless AC 8260", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82820_HB, "82820 Host", }, @@ -13636,6 +13644,10 @@ static const struct pci_known_product pci_known_products[] = { "3124 SATA", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_3165_1, + "Dual Band Wireless AC 3165", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_31244, "31244 SATA", }, |