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
This commit is contained in:
Bill Fumerola 1999-12-29 13:33:37 +00:00
parent be01371dfa
commit f88e599fcb
4 changed files with 18 additions and 0 deletions

View File

@ -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:

View File

@ -41,6 +41,9 @@
#define PCI_DEVICE_ID_PCIC_TI1250 0xac16104cul
#define PCI_DEVICE_ID_PCIC_TI1251 0xac1d104cul
#define PCI_DEVICE_ID_PCIC_TI1251B 0xac1f104cul
#define PCI_DEVICE_ID_PCIC_TI1410 0xac50104cul
#define PCI_DEVICE_ID_PCIC_TI1420 0xac51104cul
#define PCI_DEVICE_ID_PCIC_TI1451 0xac52104cul
#define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0x060a1179ul
#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1179ul
#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul

View File

@ -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:

View File

@ -41,6 +41,9 @@
#define PCI_DEVICE_ID_PCIC_TI1250 0xac16104cul
#define PCI_DEVICE_ID_PCIC_TI1251 0xac1d104cul
#define PCI_DEVICE_ID_PCIC_TI1251B 0xac1f104cul
#define PCI_DEVICE_ID_PCIC_TI1410 0xac50104cul
#define PCI_DEVICE_ID_PCIC_TI1420 0xac51104cul
#define PCI_DEVICE_ID_PCIC_TI1451 0xac52104cul
#define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0x060a1179ul
#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1179ul
#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul