summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-04-17 23:50:24 +0000
committerimp <imp@FreeBSD.org>2001-04-17 23:50:24 +0000
commitf899d123d098cca43a3dd7506bd52379e488fc28 (patch)
treef571d57b03f381c9378d2837e3c4b99a9777f53c /sys/pccard/pcic_pci.c
parent92b1af4042f0a5a158f0e99c1478e07d76ae7525 (diff)
downloadFreeBSD-src-f899d123d098cca43a3dd7506bd52379e488fc28.zip
FreeBSD-src-f899d123d098cca43a3dd7506bd52379e488fc28.tar.gz
Minor comment that missed the last change
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r--sys/pccard/pcic_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index 92704c7..d92cce7 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;
}
OpenPOWER on IntegriCloud