summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-04-17 23:50:24 +0000
committerWarner Losh <imp@FreeBSD.org>2001-04-17 23:50:24 +0000
commit1f3da134c75ed18c8d404a9d8db1ec8e7748c783 (patch)
tree89519a926563cc3e6a4db316e00dfd1cf6bb248f
parent82d3fe450d5cc944ca204779b001ef872dff60c3 (diff)
Notes
-rw-r--r--sys/pccard/pcic_pci.c2
-rw-r--r--sys/pci/pcic_p.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index 92704c70e6a8..d92cce782c97 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -383,7 +383,7 @@ pcic_pci_attach(device_t dev)
generic_cardbus_attach(dev);
break;
case PCI_DEVICE_ID_PCIC_CLPD6832:
- case PCI_DEVICE_ID_PCIC_TI1031:
+ case PCI_DEVICE_ID_PCIC_TI1031: /* 1031 is like 6832 */
pd6832_legacy_init(dev);
break;
}
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index 92704c70e6a8..d92cce782c97 100644
--- a/sys/pci/pcic_p.c
+++ b/sys/pci/pcic_p.c
@@ -383,7 +383,7 @@ pcic_pci_attach(device_t dev)
generic_cardbus_attach(dev);
break;
case PCI_DEVICE_ID_PCIC_CLPD6832:
- case PCI_DEVICE_ID_PCIC_TI1031:
+ case PCI_DEVICE_ID_PCIC_TI1031: /* 1031 is like 6832 */
pd6832_legacy_init(dev);
break;
}