diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-03-19 21:28:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-03-19 21:28:51 +0000 |
commit | ab46bbfd19e8b95af463b65123248b6fb5e00709 (patch) | |
tree | 05bbd3d50ec54ba212e8bcbcefd547b332a61398 /sys/dev/pci | |
parent | a6be9153b3d5cb4c54bab2c074534c76afe722b8 (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
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", }, |