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 2820bd3221f..3d5a4a2f599 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.608 2003/03/19 20:15:02 mickey Exp
+ * OpenBSD: pcidevs,v 1.609 2003/03/19 21:27:36 millert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2115,6 +2115,7 @@
#define PCI_PRODUCT_S3_SUPERSAVAGE 0x8c2e /* SuperSavage */
#define PCI_PRODUCT_S3_TWISTER 0x8d01 /* Twister */
#define PCI_PRODUCT_S3_TWISTER_K 0x8d02 /* Twister-K */
+#define PCI_PRODUCT_S3_PROSAVAGE_DDR 0x8d04 /* ProSavage DDR */
#define PCI_PRODUCT_S3_SONICVIBES 0xca00 /* SonicVibes */
/* Schneider & Koch (SysKonnect) */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 0fa33a10e01..9fd5107eeb6 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.608 2003/03/19 20:15:02 mickey Exp
+ * OpenBSD: pcidevs,v 1.609 2003/03/19 21:27:36 millert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4859,6 +4859,10 @@ static const struct pci_known_product pci_known_products[] = {
"Twister-K",
},
{
+ PCI_VENDOR_S3, PCI_PRODUCT_S3_PROSAVAGE_DDR,
+ "ProSavage DDR",
+ },
+ {
PCI_VENDOR_S3, PCI_PRODUCT_S3_SONICVIBES,
"SonicVibes",
},