summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-02-07 01:16:40 +0000
committerimp <imp@FreeBSD.org>2001-02-07 01:16:40 +0000
commit64f7746a1bdad8099f098977bd8acb4bfe561353 (patch)
treed1cedc81897eda10c153d2c451f4fd00cac1451b /sys/pccard/pcic_pci.c
parent166df89947ced7c470337a6deeafd7717e119996 (diff)
downloadFreeBSD-src-64f7746a1bdad8099f098977bd8acb4bfe561353.zip
FreeBSD-src-64f7746a1bdad8099f098977bd8acb4bfe561353.tar.gz
Move ti1031 to the 16-bit bridge section
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r--sys/pccard/pcic_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index ae049b4..9d8c911 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -229,9 +229,6 @@ 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;
@@ -303,6 +300,9 @@ pcic_pci_probe(device_t dev)
case PCI_DEVICE_ID_PCIC_OZ6730:
desc = "O2micro OZ6730 PC-Card Bridge";
break;
+ case PCI_DEVICE_ID_PCIC_TI1031:
+ desc = "TI PCI-1031 PCI-PCMCIA Bridge";
+ break;
default:
break;
OpenPOWER on IntegriCloud