aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwohci.c
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2002-11-07 02:13:40 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2002-11-07 02:13:40 +0000
commit70ce30b5738ceddec315b34e2ddd8c8a2a04a2e7 (patch)
tree94f7875ff451957dffb618e2bfa9d7fb6674954d /sys/dev/firewire/fwohci.c
parent8c132e9fae00a4adb44a104f8cdd3619b8d4b1b3 (diff)
Notes
Diffstat (limited to 'sys/dev/firewire/fwohci.c')
-rw-r--r--sys/dev/firewire/fwohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c
index 96b1f2441a58..5ea29d368a63 100644
--- a/sys/dev/firewire/fwohci.c
+++ b/sys/dev/firewire/fwohci.c
@@ -2000,7 +2000,7 @@ void print_db(volatile struct fwohcidb *db, u_int32_t ch, u_int32_t max){
"Cnt");
for( i = 0 ; i <= max ; i ++){
key = db[i].db.desc.cmd & OHCI_KEY_MASK;
- printf("%08x %s %s %s %s %5d %08x %08x %04x:%04x",
+ printf("%08tx %s %s %s %s %5d %08x %08x %04x:%04x",
vtophys(&db[i]),
dbcode[(db[i].db.desc.cmd >> 28) & 0xf],
dbkey[(db[i].db.desc.cmd >> 24) & 0x7],