summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2000-11-08 14:04:54 +0000
committersanpei <sanpei@FreeBSD.org>2000-11-08 14:04:54 +0000
commit9c38cd537d8cdcc4ac0b012df286a8923b41a11e (patch)
tree6d2dd4a81433514e3aed50cdc16489481b9485f0 /sys/pci/pcisupport.c
parent6461611ddc682f4d5994419e57d2d6a5912e8440 (diff)
downloadFreeBSD-src-9c38cd537d8cdcc4ac0b012df286a8923b41a11e.zip
FreeBSD-src-9c38cd537d8cdcc4ac0b012df286a8923b41a11e.tar.gz
add Texas Instruments TSB12LV22 OHCI IEEE 1394 Host Controller
Obtained from: OpenBSD src/sys/dev/pci/pcidevs
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 4da1538..57fc4e1 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1335,6 +1335,8 @@ pci_chip_match(device_t dev)
return ("OPTi 82C822 host to PCI Bridge");
/* Texas Instruments -- vendor 0x104c */
+ case 0x8009104c:
+ return ("Texas Instruments TSB12LV22 OHCI IEEE 1394 Host Controller");
case 0xac1c104c:
return ("Texas Instruments PCI1225 CardBus controller");
case 0xac50104c:
OpenPOWER on IntegriCloud