summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-02-04 19:04:19 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-02-04 19:04:19 +0000
commit9273b182509328bc708907bacafbd702ff01b7b5 (patch)
tree7924ffd41279f9e1b6472810333c94b1e29f81b0
parent31261476e458d0dc7cdaf46721b63100175f2fd1 (diff)
regen
-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 c007c489386..5c98072aa02 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.591 2003/02/03 08:22:57 jason Exp
+ * OpenBSD: pcidevs,v 1.592 2003/02/04 19:04:05 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2248,6 +2248,7 @@
#define PCI_PRODUCT_TI_TSB12LV23 0x8019 /* TSB12LV23 FireWire */
#define PCI_PRODUCT_TI_TSB12LV26 0x8020 /* TSB12LV26 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 */
#define PCI_PRODUCT_TI_DWL520P 0x8400 /* DWL-520+ */
#define PCI_PRODUCT_TI_PCI1130 0xac12 /* PCI1130 PCI-CardBus */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index b91e5418e46..3d44beaf07c 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.591 2003/02/03 08:22:57 jason Exp
+ * OpenBSD: pcidevs,v 1.592 2003/02/04 19:04:05 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5239,6 +5239,10 @@ static const struct pci_known_product pci_known_products[] = {
"TSB43AB22 FireWire",
},
{
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_TSB43AB21,
+ "TSB43AB21 FireWire",
+ },
+ {
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4451_FW,
"PCI4451 FireWire",
},