diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8ed39984ad5..f217f8433a7 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1244 2007/06/14 16:31:22 mk Exp + * OpenBSD: pcidevs,v 1.1245 2007/06/18 12:20:00 martin Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2939,6 +2939,7 @@ #define PCI_PRODUCT_NVIDIA_GEFORCE3TI200 0x0201 /* GeForce3 Ti 200 */ #define PCI_PRODUCT_NVIDIA_GEFORCE3TI500 0x0202 /* GeForce3 Ti 500 */ #define PCI_PRODUCT_NVIDIA_QUADRO_DCC 0x0203 /* Quadro DCC */ +#define PCI_PRODUCT_NVIDIA_GEFORCE6200_2 0x0221 /* GeForce 6200 */ #define PCI_PRODUCT_NVIDIA_GEFORCE6150 0x0240 /* GeForce 6150 */ #define PCI_PRODUCT_NVIDIA_GEFORCE6150LE 0x0241 /* GeForce 6150 LE */ #define PCI_PRODUCT_NVIDIA_GEFORCE6100 0x0242 /* GeForce 6100 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 833673e484c..49e475d3fd1 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.1244 2007/06/14 16:31:22 mk Exp + * OpenBSD: pcidevs,v 1.1245 2007/06/18 12:20:00 martin Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9108,6 +9108,10 @@ static const struct pci_known_product pci_known_products[] = { "Quadro DCC", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE6200_2, + "GeForce 6200", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE6150, "GeForce 6150", }, |