summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcic_p.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-12-31 07:22:24 +0000
committerbillf <billf@FreeBSD.org>1999-12-31 07:22:24 +0000
commite1e333fdf69b1ea394fc834ea7acebd95cb62a27 (patch)
treefb0bd5b3b4c52cecf97cf777e6809cbe36a76746 /sys/pci/pcic_p.c
parent98c75ee4f82e0835831d9ff5945047665e5ccf2c (diff)
downloadFreeBSD-src-e1e333fdf69b1ea394fc834ea7acebd95cb62a27.zip
FreeBSD-src-e1e333fdf69b1ea394fc834ea7acebd95cb62a27.tar.gz
Fill in the blanks for some of the Texas Instruments cardbus controllers.
Obtained from: NetBSD (syssrc/sys/dev/pci/pcidevs)
Diffstat (limited to 'sys/pci/pcic_p.c')
-rw-r--r--sys/pci/pcic_p.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index 8524fca..b29b23c 100644
--- a/sys/pci/pcic_p.c
+++ b/sys/pci/pcic_p.c
@@ -74,6 +74,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI PCI-1220 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1221:
return ("TI PCI-1221 PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1225:
+ return ("TI PCI-1225 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1250:
return ("TI PCI-1250 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1251:
@@ -84,6 +86,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI PCI-1410 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1420:
return ("TI PCI-1420 PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1450:
+ return ("TI PCI-1450 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1451:
return ("TI PCI-1451 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC95:
OpenPOWER on IntegriCloud