diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2010-09-04 16:27:14 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2010-09-04 16:27:14 +0000 |
| commit | 3887319477b208035499054233c6be71321f6991 (patch) | |
| tree | abd481d5d7b6f7dad7c3cdf0f44d558d839ffd16 /sys/dev/twa | |
| parent | 42db1b87d617a09c44a56d753f8ae68f4d479b95 (diff) | |
Notes
Diffstat (limited to 'sys/dev/twa')
| -rw-r--r-- | sys/dev/twa/tw_osl_freebsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twa/tw_osl_freebsd.c b/sys/dev/twa/tw_osl_freebsd.c index 3b7b426a6285..caf18f1f77b4 100644 --- a/sys/dev/twa/tw_osl_freebsd.c +++ b/sys/dev/twa/tw_osl_freebsd.c @@ -472,7 +472,7 @@ twa_watchdog(TW_VOID *arg) (my_req->deadline < current_time)) { tw_cl_set_reset_needed(ctlr_handle); #ifdef TW_OSL_DEBUG - device_printf((sc)->bus_dev, "Request %d timed out! d = %p, c = %p\n", i, (void*)my_req->deadline, (void*)current_time); + device_printf((sc)->bus_dev, "Request %d timed out! d = %llu, c = %llu\n", i, my_req->deadline, current_time); #else /* TW_OSL_DEBUG */ device_printf((sc)->bus_dev, "Request %d timed out!\n", i); #endif /* TW_OSL_DEBUG */ |
