summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 309500aea96..2e1870d3a97 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.681 2003/10/16 18:03:20 grange Exp
+ * OpenBSD: pcidevs,v 1.682 2003/10/19 10:42:14 grange Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2298,6 +2298,7 @@
#define PCI_PRODUCT_VIATECH_VT8633_AGP 0xb091 /* VT8633 PCI-AGP */
#define PCI_PRODUCT_VIATECH_VT8366_AGP 0xb099 /* VT8366 PCI-AGP */
#define PCI_PRODUCT_VIATECH_VT8235_AGP 0xb168 /* VT8235 PCI-AGP */
+#define PCI_PRODUCT_VIATECH_VT8377_AGP 0xb198 /* VT8377 PCI-AGP */
/* Vortex Computer Systems products */
#define PCI_PRODUCT_VORTEX_GDT_60x0 0x0000 /* GDT6000/6020/6050 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index b667cfc9b11..6653d5f8c75 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.681 2003/10/16 18:03:20 grange Exp
+ * OpenBSD: pcidevs,v 1.682 2003/10/19 10:42:14 grange Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6603,6 +6603,10 @@ static const struct pci_known_product pci_known_products[] = {
"VT8235 PCI-AGP",
},
{
+ PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT8377_AGP,
+ "VT8377 PCI-AGP",
+ },
+ {
PCI_VENDOR_VORTEX, PCI_PRODUCT_VORTEX_GDT_60x0,
"GDT6000/6020/6050",
},