summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-08-27 15:18:26 +0000
committerimp <imp@FreeBSD.org>2001-08-27 15:18:26 +0000
commit977bd88dd913809ca31ed7aa188c27849d97deeb (patch)
tree1db8aceb8211c0d2b07cebe907ab6ebe4484e77c /sys/pccard/pcic_pci.c
parent66c6247e4d79a7859316ce572ac504f53bf31f2c (diff)
downloadFreeBSD-src-977bd88dd913809ca31ed7aa188c27849d97deeb.zip
FreeBSD-src-977bd88dd913809ca31ed7aa188c27849d97deeb.tar.gz
Fix typo in my last commit
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 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");
}
OpenPOWER on IntegriCloud