Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.

Submitted by:   Martin Blapp <mb@imp.ch>
This commit is contained in:
Eivind Eklund 1999-11-28 13:37:35 +00:00
parent 3792991203
commit e9f0f7d4ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53826
4 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI PCI-1250 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1251:
return ("TI PCI-1251 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1251B:
return ("TI PCI-1251B PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC95:
return ("Toshiba ToPIC95 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:

View File

@ -40,6 +40,7 @@
#define PCI_DEVICE_ID_PCIC_TI1221 0xac19104cul
#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_TOSHIBA_TOPIC95 0x060a1179ul
#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1179ul
#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul

View File

@ -78,6 +78,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI PCI-1250 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1251:
return ("TI PCI-1251 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1251B:
return ("TI PCI-1251B PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC95:
return ("Toshiba ToPIC95 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:

View File

@ -40,6 +40,7 @@
#define PCI_DEVICE_ID_PCIC_TI1221 0xac19104cul
#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_TOSHIBA_TOPIC95 0x060a1179ul
#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1179ul
#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul