summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-06 22:40:01 +0000
committerjhb <jhb@FreeBSD.org>2002-11-06 22:40:01 +0000
commit50f490507577091e188f528e82621684f8ee7fe6 (patch)
tree26eb7dd23466a50a31e664eff98387ed930ea75a /sys/dev/ida
parent264dd658ff66b661f625370263438bd50893c15e (diff)
downloadFreeBSD-src-50f490507577091e188f528e82621684f8ee7fe6.zip
FreeBSD-src-50f490507577091e188f528e82621684f8ee7fe6.tar.gz
Cast a bus_addr_t to a long long to make printf happy.
Diffstat (limited to 'sys/dev/ida')
-rw-r--r--sys/dev/ida/ida.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c
index a609083..a60c516 100644
--- a/sys/dev/ida/ida.c
+++ b/sys/dev/ida/ida.c
@@ -480,7 +480,7 @@ ida_intr(void *data)
if (qcb == NULL || qcb->state != QCB_ACTIVE) {
device_printf(ida->dev,
- "ignoring completion %x\n", completed);
+ "ignoring completion %llx\n", (long long)completed);
continue;
}
ida_done(ida, qcb);
OpenPOWER on IntegriCloud