1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

LEarn about the TI 1131.

This commit is contained in:
Garrett Wollman 1997-10-17 16:34:08 +00:00
parent 19716f65c5
commit 49acc834db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30517

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);
}