summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-12-29 05:33:57 +0000
committerbillf <billf@FreeBSD.org>1999-12-29 05:33:57 +0000
commit50db8574dd22929e1fa425b26bb8ebf5c014fe71 (patch)
treeb0f52932cbcb2fec4b8aae255dd7b1fd41c918a5 /sys/pci
parentd53e4c1d809338e9b317d95bdded2f7f7a986556 (diff)
downloadFreeBSD-src-50db8574dd22929e1fa425b26bb8ebf5c014fe71.zip
FreeBSD-src-50db8574dd22929e1fa425b26bb8ebf5c014fe71.tar.gz
Add the Texas Instruments PCI14xx pccard/cardbus controllers device ids.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 0a781b2..b5e9705 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1188,6 +1188,14 @@ chip_match(device_t dev)
case 0xc8221045:
return ("OPTi 82C822 host to PCI Bridge");
+ /* Texas Instruments -- vendor 0x104c */
+ case 0xac50104c:
+ return ("Texas Instruments PCI1410 CardBus controller");
+ case 0xac51104c:
+ return ("Texas Instruments PCI1420 CardBus controller");
+ case 0xac52104c:
+ return ("Texas Instruments PCI1451 CardBus controller");
+
/* NEC -- vendor 0x1033 */
/* PCI to C-bus bridge */
OpenPOWER on IntegriCloud