summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-04-02 05:12:42 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-04-02 05:12:42 +0000
commite95bc988806786e121e22bd7b658767a04b43081 (patch)
tree30cc7174f08a83d9ac51e5895f893b1c3f023af4 /sys/dev
parent81099ecae50f9139aea4f05985ca8a30395a9847 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h8
2 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index a4f74548b27..6a37461d47c 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.1049 2006/03/29 05:10:41 jsg Exp
+ * OpenBSD: pcidevs,v 1.1050 2006/04/02 05:12:02 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3023,7 +3023,8 @@
#define PCI_PRODUCT_SUN_CASSINI 0xabba /* Cassini */
/* Sundance products */
-#define PCI_PRODUCT_SUNDANCE_ST201 0x0201 /* ST201 */
+#define PCI_PRODUCT_SUNDANCE_ST201_1 0x0200 /* ST201 */
+#define PCI_PRODUCT_SUNDANCE_ST201_2 0x0201 /* ST201 */
#define PCI_PRODUCT_SUNDANCE_ST1023 0x1023 /* ST1023 */
#define PCI_PRODUCT_SUNDANCE_ST2021 0x2021 /* ST2021 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 05d82a29a53..f1c03a2ae16 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.1049 2006/03/29 05:10:41 jsg Exp
+ * OpenBSD: pcidevs,v 1.1050 2006/04/02 05:12:02 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -9295,7 +9295,11 @@ static const struct pci_known_product pci_known_products[] = {
"Cassini",
},
{
- PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201,
+ PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201_1,
+ "ST201",
+ },
+ {
+ PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201_2,
"ST201",
},
{