diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-04-06 00:44:16 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-04-06 00:44:16 +0000 |
commit | d723936a78e4d321a5a340a949fa29e4b86f8226 (patch) | |
tree | a8279add6b39c69e9e654dfb7eb77bb01f912ced /sys/dev/pci/pcidevs_data.h | |
parent | cc6fe8f40a84680ef194f358579e13f8d2047951 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 18d40a04107..80090c9fb0f 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.1337 2008/04/02 16:13:05 deraadt Exp + * OpenBSD: pcidevs,v 1.1338 2008/04/06 00:43:43 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6764,6 +6764,10 @@ static const struct pci_known_product pci_known_products[] = { "82801H HD Audio", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_TS, + "82801H Thermal", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801HBM_IDE, "82801HBM IDE", }, @@ -6820,6 +6824,10 @@ static const struct pci_known_product pci_known_products[] = { "82801I SMBus", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_TS, + "82801I Thermal", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_UHCI_1, "82801I USB", }, @@ -7132,6 +7140,10 @@ static const struct pci_known_product pci_known_products[] = { "3200/3210 PCIE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_3210_PCIE, + "3210 PCIE", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82GM965_HB, "GM965 Host", }, @@ -7580,6 +7592,10 @@ static const struct pci_known_product pci_known_products[] = { "IT8212F", }, { + PCI_VENDOR_ITEXPRESS, PCI_PRODUCT_ITEXPRESS_IT8213F, + "IT8213F", + }, + { PCI_VENDOR_ITEXPRESS, PCI_PRODUCT_ITEXPRESS_IT8330G, "IT8330G", }, |