LEarn about the TI 1131.

This commit is contained in:
Garrett Wollman 1997-10-17 16:34:08 +00:00
parent 19716f65c5
commit 49acc834db

View File

@ -69,6 +69,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
{
if (type == 0xac12104cul)
return ("TI 1130 PCMCIA/CardBus Bridge");
if (type == 0xac15104cUL)
return ("TI 1131 PCI to PCMCIA/CardBus bridge");
return (NULL);
}