diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-04-13 11:28:12 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2007-04-13 11:28:12 +0000 |
commit | 5bef23cdc0fa08791b4fca020e0b22176d22cece (patch) | |
tree | 3bd1093cf0708de8e7e48a6184bf6819cb3d5712 /sys/dev/pci | |
parent | 9747355b249f538526079d99894c1b9bd37ab253 (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 19 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 54de2881c6c..9ee7c5add56 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.1226 2007/04/05 23:08:25 jsg Exp + * OpenBSD: pcidevs,v 1.1227 2007/04/13 11:26:18 jasper Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -293,6 +293,7 @@ #define PCI_VENDOR_SANGOMA 0x1923 /* Sangoma */ #define PCI_VENDOR_OPTION 0x1931 /* Option */ #define PCI_VENDOR_ATTANSIC 0x1969 /* Attansic Technology */ +#define PCI_VENDOR_AGEIA 0x1971 /* Ageia */ #define PCI_VENDOR_JMICRON 0x197b /* JMicron */ #define PCI_VENDOR_ASPEED 0x1a03 /* ASPEED Technology */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */ @@ -606,6 +607,9 @@ #define PCI_PRODUCT_ATML_DAG422GE 0x422e /* Endace Dag4.22GE */ #define PCI_PRODUCT_ATML_DAG423 0x4230 /* Endace Dag4.23 */ +/* Ageia */ +#define PCI_PRODUCT_AGEIA_PHYSX 0x1011 /* PhysX */ + /* Alliance products */ #define PCI_PRODUCT_ALLIANCE_AT22 0x6422 /* AT22 */ #define PCI_PRODUCT_ALLIANCE_AT24 0x6424 /* AT24 */ @@ -2868,6 +2872,7 @@ #define PCI_PRODUCT_NVIDIA_QUADRO4_580XGL 0x0188 /* Quadro4 580 XGL */ #define PCI_PRODUCT_NVIDIA_QUADRO4NVS 0x018a /* Quadro4 NVS */ #define PCI_PRODUCT_NVIDIA_QUADRO4_380XGL 0x018b /* Quadro4 380 XGL */ +#define PCI_PRODUCT_NVIDIA_GEFORCE8800GTX 0x0191 /* GeForce 8800 GTX */ #define PCI_PRODUCT_NVIDIA_GEFORCE2_11 0x01a0 /* GeForce2 Crush11 */ #define PCI_PRODUCT_NVIDIA_NFORCE_PCHB 0x01a4 /* nForce PCI Host */ #define PCI_PRODUCT_NVIDIA_NFORCE_DDR2 0x01aa /* nForce 220 DDR */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d0328348e7f..35d10fa003a 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.1226 2007/04/05 23:08:25 jsg Exp + * OpenBSD: pcidevs,v 1.1227 2007/04/13 11:26:18 jasper Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1020,6 +1020,10 @@ static const struct pci_known_product pci_known_products[] = { "Endace Dag4.23", }, { + PCI_VENDOR_AGEIA, PCI_PRODUCT_AGEIA_PHYSX, + "PhysX", + }, + { PCI_VENDOR_ALLIANCE, PCI_PRODUCT_ALLIANCE_AT22, "AT22", }, @@ -8848,6 +8852,10 @@ static const struct pci_known_product pci_known_products[] = { "Quadro4 380 XGL", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE8800GTX, + "GeForce 8800 GTX", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE2_11, "GeForce2 Crush11", }, @@ -14096,6 +14104,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Attansic Technology", }, { + PCI_VENDOR_AGEIA, + "Ageia", + }, + { PCI_VENDOR_JMICRON, "JMicron", }, |