summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2011-08-30 15:58:22 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2011-08-30 15:58:22 +0000
commit103184768056c27708d498d7b979adb223d1eadf (patch)
treedd61f59661bb4fafbad13b08e64219903c084e7f /sys/dev
parent72fe61c994f1fe4622e23c4d125c13940d57655f (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index ce8187c81df..2828d26d7f1 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.1617 2011/07/31 15:31:22 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1618 2011/08/30 15:57:10 mpi Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4316,7 +4316,7 @@
#define PCI_PRODUCT_NVIDIA_GEFORCE8600M_GT 0x0407 /* GeForce 8600M GT */
#define PCI_PRODUCT_NVIDIA_QUADROFX570M 0x040c /* Quadro FX 570M */
#define PCI_PRODUCT_NVIDIA_GEFORCE8500_GT 0x0421 /* GeForce 8500 GT */
-#define PCI_PRODUCT_NVIDIA_GEFORCE8400_GS 0x0422 /* GeForce 8400 GS */
+#define PCI_PRODUCT_NVIDIA_GEFORCE8400_GS_0 0x0422 /* GeForce 8400 GS */
#define PCI_PRODUCT_NVIDIA_GEFORCE8400M_GS 0x0427 /* GeForce 8400M GS */
#define PCI_PRODUCT_NVIDIA_GEFORCE8400M_G 0x0428 /* GeForce 8400M G */
#define PCI_PRODUCT_NVIDIA_MCP65_ISA1 0x0440 /* MCP65 ISA */
@@ -4392,6 +4392,7 @@
#define PCI_PRODUCT_NVIDIA_GEFORCE_8800_GT 0x0611 /* GeForce 8800 GT */
#define PCI_PRODUCT_NVIDIA_GEFORCE_9800_GT 0x0614 /* GeForce 9800 GT */
#define PCI_PRODUCT_NVIDIA_GEFORCE_9600_GT 0x0622 /* GeForce 9600 GT */
+#define PCI_PRODUCT_NVIDIA_GEFORCE8400_GS_1 0x06e4 /* GeForce 8400 GS */
#define PCI_PRODUCT_NVIDIA_GEFORCE9300M_GS 0x06e9 /* GeForce 9300M GS */
#define PCI_PRODUCT_NVIDIA_QUADRONVS150 0x06ea /* Quadro NVS 150m */
#define PCI_PRODUCT_NVIDIA_QUADRONVS160 0x06eb /* Quadro NVS 160m */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 35eada6ed53..8982e85ef10 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.1617 2011/07/31 15:31:22 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1618 2011/08/30 15:57:10 mpi Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -14384,7 +14384,7 @@ static const struct pci_known_product pci_known_products[] = {
"GeForce 8500 GT",
},
{
- PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE8400_GS,
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE8400_GS_0,
"GeForce 8400 GS",
},
{
@@ -14688,6 +14688,10 @@ static const struct pci_known_product pci_known_products[] = {
"GeForce 9600 GT",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE8400_GS_1,
+ "GeForce 8400 GS",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE9300M_GS,
"GeForce 9300M GS",
},