diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-03-15 06:01:49 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-03-15 06:01:49 +0000 |
commit | b93b6840228d38589b6e976f3a325539c4fc9ae0 (patch) | |
tree | d35820c6673361c8a4740bd79fbf342f099ea5f1 /sys/dev/pci/pcidevs_data.h | |
parent | 5fd3316450cf577b648c7a551d35a39f3d7c2069 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 642ba0e3ca9..c0f524a0b2b 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.1215 2007/03/15 04:22:22 jsg Exp + * OpenBSD: pcidevs,v 1.1217 2007/03/15 06:00:35 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -800,6 +800,10 @@ static const struct pci_known_product pci_known_products[] = { "AHA-2944", }, { + PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC7815, + "AIC-7815", + }, + { PCI_VENDOR_ADP, PCI_PRODUCT_ADP_AIC7880, "AIC-7880", }, @@ -5724,6 +5728,10 @@ static const struct pci_known_product pci_known_products[] = { "5000V Host", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000P_HB, + "5000P Host", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_1, "5000 PCIE", }, @@ -5744,6 +5752,10 @@ static const struct pci_known_product pci_known_products[] = { "5000 PCIE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_6, + "5000 PCIE", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_ERR_REG, "5000 Error Reporting", }, @@ -5764,18 +5776,22 @@ static const struct pci_known_product pci_known_products[] = { "5000 FBD", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_6, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_7, "5000 PCIE", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_7, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_8, "5000 PCIE", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_8, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_9, "5000 PCIE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000X_PCIE, + "5000X PCIE", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E8500_HB, "E8500 Host", }, @@ -8864,6 +8880,10 @@ static const struct pci_known_product pci_known_products[] = { "GeForce 7300 LE", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORE7300GO, + "GeForce 7300 Go", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7300GS, "GeForce 7300 GS", }, |