diff options
author | David Hill <dhill@cvs.openbsd.org> | 2009-08-27 20:23:39 +0000 |
---|---|---|
committer | David Hill <dhill@cvs.openbsd.org> | 2009-08-27 20:23:39 +0000 |
commit | b03cc25d94e491393c7b43f1e90a07ff337fab73 (patch) | |
tree | 61b7210c99a22ee40002657839e8e6c87302baec /sys | |
parent | 117274c40337de58bbe25615f4af70975dfa9fd2 (diff) |
sync
Diffstat (limited to 'sys')
-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 b96765785d0..a0f9facc27f 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.1489 2009/08/19 20:10:47 matthieu Exp + * OpenBSD: pcidevs,v 1.1490 2009/08/27 20:20:56 dhill Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3781,6 +3781,7 @@ #define PCI_PRODUCT_NVIDIA_GEFORCE4TI4200_2 0x0281 /* GeForce4 Ti 4200 */ #define PCI_PRODUCT_NVIDIA_GEFORCE4TI4200GO 0x0286 /* GeForce4 Ti 4200 Go */ #define PCI_PRODUCT_NVIDIA_GEFORCE7900GT 0x0291 /* GeForce 7900 GT/GTO */ +#define PCI_PRODUCT_NVIDIA_GEFORCE7950GTX 0x0297 /* GeForce Go 7950 GTX */ #define PCI_PRODUCT_NVIDIA_QUADROFX3500 0x029d /* Quadro FX 3500 */ #define PCI_PRODUCT_NVIDIA_GEFORCE7600GT_2 0x02e0 /* GeForce 7600 GT */ #define PCI_PRODUCT_NVIDIA_GEFORCE7600GS_2 0x02e1 /* GeForce 7600 GS */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 965529cf9ae..4c2ceb9ce38 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.1489 2009/08/19 20:10:47 matthieu Exp + * OpenBSD: pcidevs,v 1.1490 2009/08/27 20:20:56 dhill Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -12316,6 +12316,10 @@ static const struct pci_known_product pci_known_products[] = { "GeForce 7900 GT/GTO", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7950GTX, + "GeForce Go 7950 GTX", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_QUADROFX3500, "Quadro FX 3500", }, |