summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcic_p.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-12-29 13:33:37 +0000
committerbillf <billf@FreeBSD.org>1999-12-29 13:33:37 +0000
commit801480af69863ffbeaa524f311d9ec52626d3740 (patch)
tree22b3de40d1f0fae4d7858099a4b5afe6a64cce8b /sys/pci/pcic_p.c
parentc1f6209fd4ab3a07aec72c51b1da3c145e560a62 (diff)
downloadFreeBSD-src-801480af69863ffbeaa524f311d9ec52626d3740.zip
FreeBSD-src-801480af69863ffbeaa524f311d9ec52626d3740.tar.gz
Copy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.c
probes are at the 'chip' level and will get overridden by pcic_p if it is compiled in. It's still nice to get the better probe message if it's not... Requested by: imp
Diffstat (limited to 'sys/pci/pcic_p.c')
-rw-r--r--sys/pci/pcic_p.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index 443c772..8524fca 100644
--- a/sys/pci/pcic_p.c
+++ b/sys/pci/pcic_p.c
@@ -80,6 +80,12 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI PCI-1251 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1251B:
return ("TI PCI-1251B PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1410:
+ 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_TI1451:
+ return ("TI PCI-1451 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC95:
return ("Toshiba ToPIC95 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
OpenPOWER on IntegriCloud