summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-09-06 22:39:33 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-09-06 22:39:33 +0000
commit833fdefc99d73710a50d7aa1b44051f5cf5700d3 (patch)
tree5845c66bce9960ea99214c92e9b264226fcddeb8 /sys/dev
parent2a35041d61cd954d3bbb5956fa433e4652d69ded (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 8 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index ea07e9bf011..c9e863be0fd 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.442 2001/09/06 22:20:44 mickey Exp
+ * OpenBSD: pcidevs,v 1.443 2001/09/06 22:36:36 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -753,7 +753,7 @@
#define PCI_PRODUCT_ADVSYS_U3W 0x2700 /* ASP-3940U3W */
/* Alliance products */
-#define PCI_PRODUCT_ALLIANCE_AT22 0x6424 /* AT22 */
+#define PCI_PRODUCT_ALLIANCE_AT22 0x6422 /* AT22 */
#define PCI_PRODUCT_ALLIANCE_AT24 0x6424 /* AT24 */
/* Alteon products */
@@ -1847,6 +1847,7 @@
#define PCI_PRODUCT_TOPIC_5634PCV 0x0000 /* 5634PCV SurfRider */
/* Toshiba products */
+#define PCI_PRODUCT_TOSHIBA_R4x00 0x0009 /* R4x00 */
#define PCI_PRODUCT_TOSHIBA_TC35856F 0x0020 /* TC35856F ATM (Meteor) */
#define PCI_PRODUCT_TOSHIBA_R4X00 0x102f /* R4x00 Host-PCI */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 883d5edea02..53a0be474af 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.442 2001/09/06 22:20:44 mickey Exp
+ * OpenBSD: pcidevs,v 1.443 2001/09/06 22:36:36 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3903,6 +3903,10 @@ static const struct pci_known_product pci_known_products[] = {
"5634PCV SurfRider",
},
{
+ PCI_VENDOR_TOSHIBA, PCI_PRODUCT_TOSHIBA_R4x00,
+ "R4x00",
+ },
+ {
PCI_VENDOR_TOSHIBA, PCI_PRODUCT_TOSHIBA_TC35856F,
"TC35856F ATM (Meteor)",
},