From 977bd88dd913809ca31ed7aa188c27849d97deeb Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 27 Aug 2001 15:18:26 +0000 Subject: Fix typo in my last commit --- sys/pccard/pcic_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pccard/pcic_pci.c') diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index cb1a80e..ec96693 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -259,7 +259,7 @@ pcic_pci_pd67xx_init(device_t dev) { struct pcic_softc *sc = device_get_softc(dev); - if (sc->csc_intr == pcic_iw_pci || sc->func_intr == pcic_iw_pci) + if (sc->csc_route == pcic_iw_pci || sc->func_route == pcic_iw_pci) device_printf(dev, "CL-PD67xx broken for PCI routing.\n"); } -- cgit v1.1