Oops... back out the change to recognize the TI 1131; there's a better place.

This commit is contained in:
Garrett Wollman 1997-10-17 16:26:14 +00:00
parent cf8dfa04fe
commit 19716f65c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30516

View File

@ -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))