summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-07-15 01:43:08 +0000
committerimp <imp@FreeBSD.org>2005-07-15 01:43:08 +0000
commitd5de12e8981d65d7a15e05f61c528baa51812e7f (patch)
treea59ba515cae23fa096eab4e482a01a5919c9c17c /sys/dev/pccard
parent425151c9f8f5d99d965cf4d5357645136cce0048 (diff)
downloadFreeBSD-src-d5de12e8981d65d7a15e05f61c528baa51812e7f.zip
FreeBSD-src-d5de12e8981d65d7a15e05f61c528baa51812e7f.tar.gz
Insert missing int i;
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/pccard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c
index f9fea3e..406dc57 100644
--- a/sys/dev/pccard/pccard.c
+++ b/sys/dev/pccard/pccard.c
@@ -967,6 +967,7 @@ pccard_probe_nomatch(device_t bus, device_t child)
struct pccard_ivar *devi = PCCARD_IVAR(child);
struct pccard_function *pf = devi->pf;
struct pccard_softc *sc = PCCARD_SOFTC(bus);
+ int i;
device_printf(bus, "<unknown card>");
printf(" (manufacturer=0x%04x, product=0x%04x, function_type=%d) "
OpenPOWER on IntegriCloud