aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-11-06 22:40:01 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-11-06 22:40:01 +0000
commitb1e014fc3a29c794d2498f42c369fced37faf5fc (patch)
tree26eb7dd23466a50a31e664eff98387ed930ea75a /sys/dev
parentc8341b3e2db8c51f98f96782f59f2b301223753e (diff)
Notes
Diffstat (limited to 'sys/dev')
-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 a609083c3403..a60c51695cd3 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);