aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2003-05-02 17:21:07 +0000
committerJake Burkholder <jake@FreeBSD.org>2003-05-02 17:21:07 +0000
commiteadb8f358b34aff77b1d23fef6b96748429a677f (patch)
tree0ba34d3295e57b26ed0962584c112a52aef7c47b /sys/dev
parent176a983717cfb73c0082baca7dccafd0b96253d2 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/firewire/sbp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c
index 240d2716b1723..5848e59d343ab 100644
--- a/sys/dev/firewire/sbp.c
+++ b/sys/dev/firewire/sbp.c
@@ -2218,10 +2218,10 @@ printf("ORB %08x %08x %08x %08x\n", ntohl(ocb->orb[4]), ntohl(ocb->orb[5]), ntoh
}
SBP_DEBUG(1)
printf("%s:%d:%d:%d:XPT_CALC_GEOMETRY: "
- "Volume size = %lld\n",
+ "Volume size = %jd\n",
device_get_nameunit(sbp->fd.dev), cam_sim_path(sbp->sim),
ccb->ccb_h.target_id, ccb->ccb_h.target_lun,
- (u_int64_t)ccg->volume_size);
+ (uintmax_t)ccg->volume_size);
END_DEBUG
size_mb = ccg->volume_size