diff options
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 ee16e801c03..c41b115bd93 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.1218 2007/03/15 23:49:45 reyk Exp + * OpenBSD: pcidevs,v 1.1219 2007/03/17 01:52:12 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9060,6 +9060,10 @@ static const struct pci_known_product pci_known_products[] = { "C51 Memory", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE4TI4800, + "GeForce4 Ti 4800", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE4TI4200_2, "GeForce4 Ti 4200", }, @@ -9068,6 +9072,14 @@ static const struct pci_known_product pci_known_products[] = { "GeForce4 Ti 4200 Go", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7600GT_2, + "GeForce 7600 GT", + }, + { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7600GS_2, + "GeForce 7600 GS", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_C51_HB_1, "C51 Host", }, |