From 1f3da134c75ed18c8d404a9d8db1ec8e7748c783 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 17 Apr 2001 23:50:24 +0000 Subject: [PATCH] Minor comment that missed the last change --- sys/pccard/pcic_pci.c | 2 +- sys/pci/pcic_p.c | 2 +- 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; }