summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormikeb <mikeb@openbsd.org>2007-12-10 23:20:00 +0000
committermikeb <mikeb@openbsd.org>2007-12-10 23:20:00 +0000
commitfe7316c9c600ec6052e508bd374fdb9eea513e74 (patch)
treea58a906e104eaef1872554e154f59a732e339c48
parentAdd GeForce 7200 GS. From form@. (diff)
downloadwireguard-openbsd-fe7316c9c600ec6052e508bd374fdb9eea513e74.tar.xz
wireguard-openbsd-fe7316c9c600ec6052e508bd374fdb9eea513e74.zip
regen
-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 8036a66a735..aeea3989589 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -3053,7 +3053,8 @@
#define PCI_PRODUCT_NVIDIA_NFORCE_USB 0x01c2 /* nForce USB */
#define PCI_PRODUCT_NVIDIA_NFORCE_LAN 0x01c3 /* nForce LAN */
#define PCI_PRODUCT_NVIDIA_GEFORCE7300LE 0x01d1 /* GeForce 7300 LE */
-#define PCI_PRODUCT_NVIDIA_GEFORE7300GO 0x01d7 /* GeForce 7300 Go */
+#define PCI_PRODUCT_NVIDIA_GEFORCE7200GS 0x01d3 /* GeForce 7200 GS */
+#define PCI_PRODUCT_NVIDIA_GEFORCE7300GO 0x01d7 /* GeForce 7300 Go */
#define PCI_PRODUCT_NVIDIA_GEFORCE7300GS 0x01df /* GeForce 7300 GS */
#define PCI_PRODUCT_NVIDIA_NFORCE2_PCHB 0x01e0 /* nForce2 PCI */
#define PCI_PRODUCT_NVIDIA_NFORCE2_AGP 0x01e8 /* nForce2 AGP */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 2a485c022f6..491b70be364 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -9508,7 +9508,11 @@ static const struct pci_known_product pci_known_products[] = {
"GeForce 7300 LE",
},
{
- PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORE7300GO,
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7200GS,
+ "GeForce 7200 GS",
+ },
+ {
+ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7300GO,
"GeForce 7300 Go",
},
{