From 49acc834db100a483f23c7646ab9e6e7bd5bfa54 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Fri, 17 Oct 1997 16:34:08 +0000 Subject: LEarn about the TI 1131. --- sys/pccard/pcic.c | 2 ++ 1 file changed, 2 insertions(+) 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); } -- cgit v1.3