diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-05-20 08:23:53 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-05-20 08:23:53 +0000 |
commit | 6ee9eec0814136a06183103ba6e1589c93a70837 (patch) | |
tree | 8bd0fcaf99c929ec3d55aa288c42a83452f4c157 /sys | |
parent | c54ea9a78032b74f51eaebbbc004aed7aba6e943 (diff) |
regen
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 472fe8a16f7..15d5285bd3a 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.1359 2008/05/19 08:08:07 brad Exp + * OpenBSD: pcidevs,v 1.1360 2008/05/20 08:23:18 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3224,6 +3224,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_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 */ #define PCI_PRODUCT_NVIDIA_C51_HB_1 0x02f0 /* C51 Host */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 015e67b12d9..829123a00c3 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.1359 2008/05/19 08:08:07 brad Exp + * OpenBSD: pcidevs,v 1.1360 2008/05/20 08:23:18 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10160,6 +10160,10 @@ static const struct pci_known_product pci_known_products[] = { "GeForce 7900 GT/GTO", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_QUADROFX3500, + "Quadro FX 3500", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7600GT_2, "GeForce 7600 GT", }, |