summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-11-28 13:37:35 +0000
committereivind <eivind@FreeBSD.org>1999-11-28 13:37:35 +0000
commit987e083f00337d507f142a6cd79653fa2bdec0cd (patch)
treee6f811ebe2a2044d2b07d93e4e228d1b94631712 /sys/pccard/pcic_pci.c
parent66f5fff52e9d967b9edf43404cf8b1e91c2770eb (diff)
downloadFreeBSD-src-987e083f00337d507f142a6cd79653fa2bdec0cd.zip
FreeBSD-src-987e083f00337d507f142a6cd79653fa2bdec0cd.tar.gz
Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.
Submitted by: Martin Blapp <mb@imp.ch>
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r--sys/pccard/pcic_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index 4a1d2be..443c772 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -78,6 +78,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI PCI-1250 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1251:
return ("TI PCI-1251 PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1251B:
+ return ("TI PCI-1251B PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC95:
return ("Toshiba ToPIC95 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
OpenPOWER on IntegriCloud