summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci_pci.c
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-02-18 09:46:52 +0000
committersimokawa <simokawa@FreeBSD.org>2003-02-18 09:46:52 +0000
commitc8473ad138b47251d436cc1791b06b11e1fd5401 (patch)
tree1dab9f87f844ee8b24b933633b6200172897657c /sys/dev/firewire/fwohci_pci.c
parent3b267173bf6438c7ad203678578c32ad2fad0baa (diff)
downloadFreeBSD-src-c8473ad138b47251d436cc1791b06b11e1fd5401.zip
FreeBSD-src-c8473ad138b47251d436cc1791b06b11e1fd5401.tar.gz
Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.
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 a837f60..e870f85 100644
--- a/sys/dev/firewire/fwohci_pci.c
+++ b/sys/dev/firewire/fwohci_pci.c
@@ -70,6 +70,10 @@ fwohci_pci_probe( device_t dev )
device_set_desc(dev, "NEC uPD72861");
return 0;
}
+ if (id == (FW_VENDORID_NEC | FW_DEVICE_UPD871)) {
+ device_set_desc(dev, "NEC uPD72871/2");
+ return 0;
+ }
if (id == (FW_VENDORID_TI | FW_DEVICE_TITSB22)) {
device_set_desc(dev, "Texas Instruments TSB12LV22");
return 0;
OpenPOWER on IntegriCloud