summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci_pci.c
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-06-04 04:26:14 +0000
committersimokawa <simokawa@FreeBSD.org>2003-06-04 04:26:14 +0000
commitec49fe4651e2ab9d55a63341d81772f46f73785c (patch)
tree15500f6f6b29dea3a8902a7de09cf0d409962f76 /sys/dev/firewire/fwohci_pci.c
parent6ddafca5a3a30f6cba49f4ad6ea21ef58f6cad67 (diff)
downloadFreeBSD-src-ec49fe4651e2ab9d55a63341d81772f46f73785c.zip
FreeBSD-src-ec49fe4651e2ab9d55a63341d81772f46f73785c.tar.gz
Add id for TI's 1394b link chip.
Diffstat (limited to 'sys/dev/firewire/fwohci_pci.c')
-rw-r--r--sys/dev/firewire/fwohci_pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c
index 32e084d..9898aba 100644
--- a/sys/dev/firewire/fwohci_pci.c
+++ b/sys/dev/firewire/fwohci_pci.c
@@ -110,6 +110,10 @@ fwohci_pci_probe( device_t dev )
device_set_desc(dev, "Texas Instruments TSB43AB23");
return 0;
}
+ if (id == (FW_VENDORID_TI | FW_DEVICE_TITSB82AA2)) {
+ device_set_desc(dev, "Texas Instruments TSB82AA2");
+ return 0;
+ }
if (id == (FW_VENDORID_TI | FW_DEVICE_TIPCI4450)) {
device_set_desc(dev, "Texas Instruments PCI4450");
return 0;
OpenPOWER on IntegriCloud