diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-11-30 14:06:44 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-11-30 14:06:44 +0000 |
commit | 2edba4d3878014ce248ad7dd6bd280599b7d56fc (patch) | |
tree | cd176fb8b5e43641358ffea8e0345eda4fcb0182 | |
parent | f8f8ee50e1f56c4c2640c33b9a030f2e3784c6c8 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8ba606c4a83..f72a8d7aa49 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.1510 2009/11/23 10:58:53 yuo Exp + * OpenBSD: pcidevs,v 1.1511 2009/11/30 14:05:36 jasper Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3751,6 +3751,7 @@ #define PCI_PRODUCT_NVIDIA_NFORCE2_400_PPB 0x008b /* nForce2 400 PCI-PCI */ #define PCI_PRODUCT_NVIDIA_NFORCE3_LAN3 0x008c /* nForce3 LAN */ #define PCI_PRODUCT_NVIDIA_NFORCE2_400_SATA 0x008e /* nForce2 400 SATA */ +#define PCI_PRODUCT_NVIDIA_GEFORCE7800GTX 0x0091 /* GeForce 7800 GTX */ #define PCI_PRODUCT_NVIDIA_ITNT2 0x00a0 /* Aladdin TNT2 */ #define PCI_PRODUCT_NVIDIA_GEFORCE6800GO 0x00c8 /* GeForce Go 6800 */ #define PCI_PRODUCT_NVIDIA_GEFORCE6800GO_U 0x00c9 /* GeForce Go 6800 Ultra */ @@ -4053,6 +4054,7 @@ #define PCI_PRODUCT_NVIDIA_MCP65_SATA2 0x045d /* MCP65 SATA */ #define PCI_PRODUCT_NVIDIA_MCP65_SATA3 0x045e /* MCP65 SATA */ #define PCI_PRODUCT_NVIDIA_MCP65_SATA4 0x045f /* MCP65 SATA */ +#define PCI_PRODUCT_NVIDIA_GEFORCEGTX285 0x05e3 /* GeForce GTX 285 */ #define PCI_PRODUCT_NVIDIA_GEFORCE7000M 0x0533 /* GeForce 7000M */ #define PCI_PRODUCT_NVIDIA_MCP67_MEM1 0x0541 /* MCP67 Memory */ #define PCI_PRODUCT_NVIDIA_MCP67_SMB 0x0542 /* MCP67 SMBus */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7cf5d453be6..59292e8627c 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.1510 2009/11/23 10:58:53 yuo Exp + * OpenBSD: pcidevs,v 1.1511 2009/11/30 14:05:36 jasper Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -12184,6 +12184,10 @@ static const struct pci_known_product pci_known_products[] = { "nForce2 400 SATA", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7800GTX, + "GeForce 7800 GTX", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_ITNT2, "Aladdin TNT2", }, @@ -13392,6 +13396,10 @@ static const struct pci_known_product pci_known_products[] = { "MCP65 SATA", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCEGTX285, + "GeForce GTX 285", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7000M, "GeForce 7000M", }, |