diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-03-04 06:47:17 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-03-04 06:47:17 +0000 |
| commit | 0fc9ced0539921f5ab056710a6013aa1703e8d31 (patch) | |
| tree | 352f1a9d195cba2475e8cd371b3bfed3d412510a /sys/dev/firewire/sbp.c | |
| parent | e1f89c222b6940f9a26e852ec815c76102392664 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/sbp.c')
| -rw-r--r-- | sys/dev/firewire/sbp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index ef30593166c1..8d9f3062af86 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -1559,7 +1559,11 @@ END_DEBUG ocb = sbp_dequeue_ocb(sdev, sbp_status); if (ocb == NULL) { sbp_show_sdev_info(sdev, 2); +#if __FreeBSD_version >= 500000 printf("No ocb(%x) on the queue\n", +#else + printf("No ocb(%lx) on the queue\n", +#endif ntohl(sbp_status->orb_lo)); } break; |
