diff options
author | imp <imp@FreeBSD.org> | 2001-08-27 15:18:26 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-08-27 15:18:26 +0000 |
commit | 977bd88dd913809ca31ed7aa188c27849d97deeb (patch) | |
tree | 1db8aceb8211c0d2b07cebe907ab6ebe4484e77c /sys/pccard | |
parent | 66c6247e4d79a7859316ce572ac504f53bf31f2c (diff) | |
download | FreeBSD-src-977bd88dd913809ca31ed7aa188c27849d97deeb.zip FreeBSD-src-977bd88dd913809ca31ed7aa188c27849d97deeb.tar.gz |
Fix typo in my last commit
Diffstat (limited to 'sys/pccard')
-rw-r--r-- | sys/pccard/pcic_pci.c | 2 |
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"); } |