summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-11-21 09:30:11 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-11-21 09:30:11 +0000
commitecb6b0b76fc4452fc13f8495bc1e179ec18f4a0a (patch)
tree84b08bfa5522fa43a3f72fab41ed367fb9a0a374 /sys
parent6c2d65b9119a7e69cbd2e55c456146968613819c (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index df54493e53e..4218d0f1789 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.799 2004/11/21 08:56:36 grange Exp
+ * OpenBSD: pcidevs,v 1.800 2004/11/21 09:29:34 grange Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2592,9 +2592,9 @@
#define PCI_PRODUCT_VIATECH_VT8363_AGP 0x8305 /* VT8363 AGP */
#define PCI_PRODUCT_VIATECH_VT8371_PPB 0x8391 /* VT8371 PCI-PCI */
#define PCI_PRODUCT_VIATECH_VT8501_AGP 0x8501 /* VT8501 AGP */
-#define PCI_PRODUCT_VIATECH_VT82C601 0x8601 /* VT82C601 AGP */
#define PCI_PRODUCT_VIATECH_VT82C597AGP 0x8597 /* VT82C597 AGP */
#define PCI_PRODUCT_VIATECH_VT82C598AGP 0x8598 /* VT82C598 AGP */
+#define PCI_PRODUCT_VIATECH_VT82C601 0x8601 /* VT82C601 AGP */
#define PCI_PRODUCT_VIATECH_VT8605_AGP 0x8605 /* VT8605 AGP */
#define PCI_PRODUCT_VIATECH_VT8633_AGP 0xb091 /* VT8633 AGP */
#define PCI_PRODUCT_VIATECH_VT8366_AGP 0xb099 /* VT8366 AGP */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 0e2d43383ba..5f7d8a41a70 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.799 2004/11/21 08:56:36 grange Exp
+ * OpenBSD: pcidevs,v 1.800 2004/11/21 09:29:34 grange Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -7599,10 +7599,6 @@ static const struct pci_known_product pci_known_products[] = {
"VT8501 AGP",
},
{
- PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT82C601,
- "VT82C601 AGP",
- },
- {
PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT82C597AGP,
"VT82C597 AGP",
},
@@ -7611,6 +7607,10 @@ static const struct pci_known_product pci_known_products[] = {
"VT82C598 AGP",
},
{
+ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT82C601,
+ "VT82C601 AGP",
+ },
+ {
PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8605_AGP,
"VT8605 AGP",
},