Add recognition for Toshiba ToPIC-100.

Submitted by: Shimodaira Toshio <tshimod1@ym.nsw.co.jp> in [bsd-nomads:15589]
This commit is contained in:
Warner Losh 2001-05-23 04:37:00 +00:00
parent a61a2e8e90
commit e0e34f291e
2 changed files with 4 additions and 0 deletions

View File

@ -273,6 +273,9 @@ pcic_pci_probe(device_t dev)
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
desc = "Toshiba ToPIC97 PCI-CardBus Bridge";
break;
case PCI_DEVICE_ID_TOSHIBA_TOPIC100:
desc = "Toshiba ToPIC100 PCI-CardBus Bridge";
break;
case PCI_DEVICE_ID_RICOH_RL5C465:
desc = "Ricoh RL5C465 PCI-CardBus Bridge";
break;

View File

@ -51,6 +51,7 @@
#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_TOSHIBA_TOPIC100 0x06171179ul
#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul
#define PCI_DEVICE_ID_RICOH_RL5C466 0x04661180ul
#define PCI_DEVICE_ID_RICOH_RL5C475 0x04751180ul