aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1997-10-17 16:34:08 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1997-10-17 16:34:08 +0000
commit49acc834db100a483f23c7646ab9e6e7bd5bfa54 (patch)
treeb61cf7cd7efad4105fcf600bad1fa6218ae3f626
parent19716f65c58bae37790e86a765d24660dde094c4 (diff)
Notes
-rw-r--r--sys/pccard/pcic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index cab4759fc1b7..83c965cdfac4 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -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);
}