From 9fa779df8dab8d788c3ee63d6be237c530465098 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 29 Aug 2000 04:40:17 +0000 Subject: Add TI-1031 id. It doesn't work yet, but it is nice to have it. These were on cards that were pci pccard (not cardbus) bridges that lived in SparcUltras that picked up on ebay. --- sys/pccard/pcic_pci.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/pccard/pcic_pci.c') diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index d995e5d..6da55bd 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -229,6 +229,9 @@ pcic_pci_probe(device_t dev) case PCI_DEVICE_ID_PCIC_CLPD6832: desc = "Cirrus Logic PD6832 PCI-CardBus Bridge"; break; + case PCI_DEVICE_ID_PCIC_TI1031: + desc = "TI PCI-1031 PCI-PCMCIA Bridge"; + break; case PCI_DEVICE_ID_PCIC_TI1130: desc = "TI PCI-1130 PCI-CardBus Bridge"; break; @@ -355,6 +358,8 @@ pcic_pci_attach(device_t dev) case PCI_DEVICE_ID_PCIC_CLPD6832: pd6832_legacy_init(dev); break; + case PCI_DEVICE_ID_PCIC_TI1031: + break; } if (bootverbose) { -- cgit v1.1