summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcic_p.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-04-20 03:16:49 +0000
committerimp <imp@FreeBSD.org>2000-04-20 03:16:49 +0000
commit445a25dc8313cc702e504bf1261865668ca8c86a (patch)
tree9ef696e70efd1f4ea63a8748a180b3ad5c79f367 /sys/pci/pcic_p.c
parent4422f2d83bb4ca051d794f962ed3fdebf99fcddb (diff)
downloadFreeBSD-src-445a25dc8313cc702e504bf1261865668ca8c86a.zip
FreeBSD-src-445a25dc8313cc702e504bf1261865668ca8c86a.tar.gz
Add TI-1211 chipset from datasheet info
Diffstat (limited to 'sys/pci/pcic_p.c')
-rw-r--r--sys/pci/pcic_p.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index 12395db..5c88e22 100644
--- a/sys/pci/pcic_p.c
+++ b/sys/pci/pcic_p.c
@@ -236,6 +236,9 @@ pcic_pci_probe(device_t dev)
case PCI_DEVICE_ID_PCIC_TI1131:
desc = "TI PCI-1131 PCI-CardBus Bridge";
break;
+ case PCI_DEVICE_ID_PCIC_TI1211:
+ desc = "TI PCI-1211 PCI-CardBus Bridge";
+ break;
case PCI_DEVICE_ID_PCIC_TI1220:
desc = "TI PCI-1220 PCI-CardBus Bridge";
break;
@@ -334,12 +337,13 @@ pcic_pci_attach(device_t dev)
switch (device_id) {
case PCI_DEVICE_ID_PCIC_TI1130:
case PCI_DEVICE_ID_PCIC_TI1131:
+ case PCI_DEVICE_ID_PCIC_TI1211:
case PCI_DEVICE_ID_PCIC_TI1220:
case PCI_DEVICE_ID_PCIC_TI1221:
+ case PCI_DEVICE_ID_PCIC_TI1225:
case PCI_DEVICE_ID_PCIC_TI1250:
case PCI_DEVICE_ID_PCIC_TI1251:
case PCI_DEVICE_ID_PCIC_TI1251B:
- case PCI_DEVICE_ID_PCIC_TI1225:
case PCI_DEVICE_ID_PCIC_TI1410:
case PCI_DEVICE_ID_PCIC_TI1420:
case PCI_DEVICE_ID_PCIC_TI1450:
OpenPOWER on IntegriCloud