aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/pcic_p.c
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1999-01-25 12:59:31 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1999-01-25 12:59:31 +0000
commitde6f54395589276ef493c81793dd924580ad268b (patch)
tree94e9366b9dda1747a5b85166d2fd3dfeda5a2ca7 /sys/pci/pcic_p.c
parent564da2b0d5f612139aac2f9d87697bfe46c07063 (diff)
downloadsrc-de6f54395589276ef493c81793dd924580ad268b.tar.gz
src-de6f54395589276ef493c81793dd924580ad268b.zip
Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatible
to the TI1131. At least it works in my Compaq Armada 7800.
Notes
Notes: svn path=/head/; revision=43193
Diffstat (limited to 'sys/pci/pcic_p.c')
-rw-r--r--sys/pci/pcic_p.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index fd8b40b2ceef..60c3f4252a2e 100644
--- a/sys/pci/pcic_p.c
+++ b/sys/pci/pcic_p.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcic_p.c,v 1.6 1998/08/18 00:32:48 bde Exp $
+ * $Id: pcic_p.c,v 1.7 1998/12/14 06:32:57 dillon Exp $
*/
#include "pci.h"
@@ -75,6 +75,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI 1130 PCMCIA/CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1131:
return ("TI 1131 PCI to PCMCIA/CardBus bridge");
+ case PCI_DEVICE_ID_PCIC_TI1250:
+ return ("TI 1250 PCI to PCMCIA/CardBus bridge");
default:
break;
}