diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-10-06 13:57:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-10-06 13:57:12 +0000 |
commit | 867ce1605e01c64ffcf0ac968e1ec3a1ecf5cdf4 (patch) | |
tree | cf93a0ed3fb7d74e432f18995c82f91e0b995d94 /sys/dev | |
parent | 79d066c8ae41b6846f73fdbc4a3f0cea7a9ec782 (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index e86c124abe8..f30e0e3bf78 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1841,9 +1841,12 @@ #define PCI_PRODUCT_TI_PERMEDIA 0x3d04 /* 3DLabs Permedia */ #define PCI_PRODUCT_TI_PERMEDIA2 0x3d07 /* 3DLabs Permedia 2 */ #define PCI_PRODUCT_TI_TSB12LV22 0x8009 /* TSB12LV22 FireWire */ +#define PCI_PRODUCT_TI_PCI4450_FW 0x8011 /* PCI4450 FireWire */ +#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_PCI4451_FW 0x8027 /* PCI4451 OHCI FireWire */ +#define PCI_PRODUCT_TI_TSB43AB22 0x8023 /* TSB43AB22 FireWire */ +#define PCI_PRODUCT_TI_PCI4451_FW 0x8027 /* PCI4451 FireWire */ #define PCI_PRODUCT_TI_PCI1130 0xac12 /* PCI1130 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI1031 0xac13 /* PCI1031 PCI-pcmcia */ #define PCI_PRODUCT_TI_PCI1131 0xac15 /* PCI1131 PCI-CardBus */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 0821b27df6e..89bdb23dd31 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -3883,6 +3883,14 @@ static const struct pci_known_product pci_known_products[] = { "TSB12LV22 FireWire", }, { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4450_FW, + "PCI4450 FireWire", + }, + { + PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4410_FW, + "PCI4410 FireWire", + }, + { PCI_VENDOR_TI, PCI_PRODUCT_TI_TSB12LV23, "TSB12LV23 FireWire", }, @@ -3891,8 +3899,12 @@ static const struct pci_known_product pci_known_products[] = { "TSB12LV26 FireWire", }, { + PCI_VENDOR_TI, PCI_PRODUCT_TI_TSB43AB22, + "TSB43AB22 FireWire", + }, + { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4451_FW, - "PCI4451 OHCI FireWire", + "PCI4451 FireWire", }, { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1130, |