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/pcidevs_data.h | |
parent | 9747355b249f538526079d99894c1b9bd37ab253 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
1 files changed, 13 insertions, 1 deletions
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", }, |