summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2009-03-13 02:09:39 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2009-03-13 02:09:39 +0000
commit5f0974ea653864873910bb35894c608c176201d7 (patch)
treea3b388f5e12315f9e1b92c0005f4456075909a1a /sys/dev
parent9213430e2ef2a3709682fb65b3537b7e9a934888 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index a13e174052b..0aaeced4737 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.1460 2009/03/10 20:39:21 damien Exp
+ * OpenBSD: pcidevs,v 1.1461 2009/03/13 02:08:42 kevlo Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3907,6 +3907,7 @@
#define PCI_PRODUCT_NVIDIA_MCP73_PPB_3 0x056f /* MCP73 PCIE */
#define PCI_PRODUCT_NVIDIA_GEFORCE_9300_GE_1 0x06e0 /* GeForce 9300 GE */
#define PCI_PRODUCT_NVIDIA_GEFORCE_9600_GT 0x0622 /* GeForce 9600 GT */
+#define PCI_PRODUCT_NVIDIA_GEFORCE9300M_GS 0x06e9 /* GeForce 9300M GS */
#define PCI_PRODUCT_NVIDIA_MCP77_MEM2 0x0751 /* MCP77 Memory */
#define PCI_PRODUCT_NVIDIA_MCP77_SMB 0x0752 /* MCP77 SMBus */
#define PCI_PRODUCT_NVIDIA_MCP77_COPROC 0x0753 /* MCP77 Co-processor */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 18ff23e9a2f..850f3bcc6c3 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.1460 2009/03/10 20:39:21 damien Exp
+ * OpenBSD: pcidevs,v 1.1461 2009/03/13 02:08:42 kevlo Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -12836,6 +12836,10 @@ static const struct pci_known_product pci_known_products[] = {
"GeForce 9600 GT",
},
{
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE9300M_GS,
+ "GeForce 9300M GS",
+ },
+ {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP77_MEM2,
"MCP77 Memory",
},