diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2010-05-12 16:19:11 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2010-05-12 16:19:11 +0000 |
commit | d536fe36ef9b74a5d3f58abc13043a33eb882483 (patch) | |
tree | 4097048b64ccd99dc50b2863c4909a1f736554ed /sys/dev/pci/pcidevs_data.h | |
parent | 5233e9943604694b05ebfd98fbdc875d34d2fcbb (diff) |
sync
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 7e3f6a9fe31..8b1670445e0 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.1551 2010/04/30 08:37:44 jasper Exp + * OpenBSD: pcidevs,v 1.1552 2010/05/12 16:18:12 oga Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10364,6 +10364,18 @@ static const struct pci_known_product pci_known_products[] = { "Pineview Integrated Graphics Controller", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PINEVIEW_M_DMI, + "Pineview DMI Bridge", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PINEVIEW_M_IGC_1, + "Pineview Integrated Graphics Controller", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PINEVIEW_M_IGC_2, + "Pineview Integrated Graphics Controller", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21152, "S21152BB PCI-PCI", }, |