diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-05-24 02:52:51 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-05-24 02:52:51 +0000 |
commit | 946b97d284479697a228d341acab22a644fd3964 (patch) | |
tree | 53b348dccab910543a3badc1e90f82c576af43c9 /sys/dev/pci/pcidevs_data.h | |
parent | 5ed73683abe6753d750b28905321dada225420a4 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7dc7ecd230c..3ce57df8d4c 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.866 2005/05/22 03:54:37 reyk Exp + * OpenBSD: pcidevs,v 1.867 2005/05/24 02:49:37 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5731,6 +5731,10 @@ static const struct pci_known_product pci_known_products[] = { "MCP04 LAN", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_ISA, + "nForce4 ISA", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_SMBUS, "nForce4 SMBus", }, @@ -5759,6 +5763,26 @@ static const struct pci_known_product pci_known_products[] = { "nForce4 AC-97", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_USB, + "nForce4 USB", + }, + { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_USB2, + "nForce4 USB", + }, + { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_PPB, + "nForce4 PCI-PCI", + }, + { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_PPB2, + "nForce4 PCIE", + }, + { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE4_MEM, + "nForce4 DDR", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_ISA, "nForce2 ISA", }, @@ -5967,6 +5991,10 @@ static const struct pci_known_product pci_known_products[] = { "Quadro2 MXR", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE6600GT, + "GeForce 6600 GT", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE2GTS, "GeForce2 GTS", }, |