aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-08-27 15:18:26 +0000
committerWarner Losh <imp@FreeBSD.org>2001-08-27 15:18:26 +0000
commita828573f4397f23a747a07cff06940ae855bb248 (patch)
tree1db8aceb8211c0d2b07cebe907ab6ebe4484e77c /sys/pccard
parent3f61520e73723740956e81178dc8b2d9b96bd65f (diff)
downloadsrc-a828573f4397f23a747a07cff06940ae855bb248.tar.gz
src-a828573f4397f23a747a07cff06940ae855bb248.zip
Fix typo in my last commit
Notes
Notes: svn path=/head/; revision=82423
Diffstat (limited to 'sys/pccard')
-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 cb1a80e6143f..ec966939f953 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");
}