summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-10-17 16:26:14 +0000
committerwollman <wollman@FreeBSD.org>1997-10-17 16:26:14 +0000
commit67a233ee30e6fae2dc5106c80c1fca625b8eeea8 (patch)
treee5d874195d7862efb7203edbeef0e0999c18ddf7 /sys/pci
parent8587850e5c7c518e2e0adfb7731d3d07395daa98 (diff)
downloadFreeBSD-src-67a233ee30e6fae2dc5106c80c1fca625b8eeea8.zip
FreeBSD-src-67a233ee30e6fae2dc5106c80c1fca625b8eeea8.tar.gz
Oops... back out the change to recognize the TI 1131; there's a better place.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index d9ce069..224269f 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.55 1997/10/10 11:52:17 asami Exp $
+** $Id: pcisupport.c,v 1.56 1997/10/17 16:15:43 wollman Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -237,9 +237,6 @@ chipset_probe (pcici_t tag, pcidi_t type)
return ("VLSI 82C535 Eagle II System Controller");
case 0x01051004:
return ("VLSI 82C147 IrDA Controller");
- /* TI -- vendor 0x104c */
- case 0xac15104c:
- return ("TI 1131 PCI-CardBus bridge");
};
if (descr = generic_pci_bridge(tag))
OpenPOWER on IntegriCloud