diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-01-10 22:34:49 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-01-10 22:34:49 +0000 |
commit | d270aa675bc3011441d601c23b3eee934a3972c3 (patch) | |
tree | 56fc334206eff51e8968f73fd62e0ecf6f97a2fc /sys/dev/pci/pcidevs_data.h | |
parent | b0022cb68960c8b48b9a459b6405b8e3aaba48d3 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 421ec8a4072..3af4a7d55d6 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.1710 2014/01/08 22:52:05 brad Exp + * OpenBSD: pcidevs,v 1.1711 2014/01/10 22:34:17 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -8928,6 +8928,10 @@ static const struct pci_known_product pci_known_products[] = { "HD Graphics", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_HB_1, + "Core 4G Host", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_M_ULT_GT1, "HD Graphics", }, @@ -8996,7 +9000,7 @@ static const struct pci_known_product pci_known_products[] = { "Atom D2000/N2000 Host", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_HB, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_HB_2, "Core 4G Host", }, { |