summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-03-08 23:01:45 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-03-08 23:01:45 +0000
commit132629ec02bdeab9c704e36b8958f9ee6f99ac16 (patch)
tree6f750acd756e7ea8a54c0720468b0f6d7cdad2db /sys/dev/pci
parent86621c66481812183c85929fe7b1f7110c3468ee (diff)
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h18
2 files changed, 22 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 5194eef6059..2d72cfa8653 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.602 2003/03/05 23:39:55 deraadt Exp
+ * OpenBSD: pcidevs,v 1.603 2003/03/08 23:01:29 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2068,6 +2068,9 @@
#define PCI_PRODUCT_RICOH_RF5C476 0x0476 /* 5C476 PCI-CardBus */
#define PCI_PRODUCT_RICOH_RF5C477 0x0477 /* 5C477 PCI-CardBus */
#define PCI_PRODUCT_RICOH_RF5C478 0x0478 /* 5C478 PCI-CardBus */
+#define PCI_PRODUCT_RICOH_R5C521 0x0521 /* 5C521 PCI-Firewire */
+#define PCI_PRODUCT_RICOH_R5C551 0x0551 /* 5C551 PCI-Firewire */
+#define PCI_PRODUCT_RICOH_RL5C552 0x0552 /* 5C552 PCI-Firewire */
/* Rockwell products */
#define PCI_PRODUCT_ROCKWELL_RS56SP_PCI11P1 0x2005 /* RS56/SP-PCI11P1 Modem */
@@ -2267,6 +2270,7 @@
#define PCI_PRODUCT_TI_PCI4410_FW 0x8017 /* PCI4410 FireWire */
#define PCI_PRODUCT_TI_TSB12LV23 0x8019 /* TSB12LV23 FireWire */
#define PCI_PRODUCT_TI_TSB12LV26 0x8020 /* TSB12LV26 FireWire */
+#define PCI_PRODUCT_TI_TSB43AA22 0x8021 /* TSB43AA22 FireWire */
#define PCI_PRODUCT_TI_TSB43AB22 0x8023 /* TSB43AB22 FireWire */
#define PCI_PRODUCT_TI_TSB43AB21 0x8026 /* TSB43AB21 FireWire */
#define PCI_PRODUCT_TI_PCI4451_FW 0x8027 /* PCI4451 FireWire */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 647f7e87952..008150cebf9 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.602 2003/03/05 23:39:55 deraadt Exp
+ * OpenBSD: pcidevs,v 1.603 2003/03/08 23:01:29 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4687,6 +4687,18 @@ static const struct pci_known_product pci_known_products[] = {
"5C478 PCI-CardBus",
},
{
+ PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_R5C521,
+ "5C521 PCI-Firewire",
+ },
+ {
+ PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_R5C551,
+ "5C551 PCI-Firewire",
+ },
+ {
+ PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_RL5C552,
+ "5C552 PCI-Firewire",
+ },
+ {
PCI_VENDOR_ROCKWELL, PCI_PRODUCT_ROCKWELL_RS56SP_PCI11P1,
"RS56/SP-PCI11P1 Modem",
},
@@ -5291,6 +5303,10 @@ static const struct pci_known_product pci_known_products[] = {
"TSB12LV26 FireWire",
},
{
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_TSB43AA22,
+ "TSB43AA22 FireWire",
+ },
+ {
PCI_VENDOR_TI, PCI_PRODUCT_TI_TSB43AB22,
"TSB43AB22 FireWire",
},