summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-04-28 03:12:16 +0000
committersimokawa <simokawa@FreeBSD.org>2003-04-28 03:12:16 +0000
commitbeff3ce21838f1b3cb0e9967a133624d62325aa4 (patch)
tree4c5e10432b5b8bc9b0c193dab8ced5bde825a48d /sys
parent12e53fb9811ac7eaa2cb00894f30f5ca0c22dc8f (diff)
downloadFreeBSD-src-beff3ce21838f1b3cb0e9967a133624d62325aa4.zip
FreeBSD-src-beff3ce21838f1b3cb0e9967a133624d62325aa4.tar.gz
Make compiled on RELEGN_4
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/firewire/fwohci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c
index 112619e..2ab6af8 100644
--- a/sys/dev/firewire/fwohci.c
+++ b/sys/dev/firewire/fwohci.c
@@ -2304,10 +2304,11 @@ print_db(struct fwohcidb_tr *db_tr, volatile struct fwohcidb *db,
stat = res >> OHCI_STATUS_SHIFT;
#if __FreeBSD_version >= 500000
printf("%08jx %s %s %s %s %5d %08x %08x %04x:%04x",
+ (uintmax_t)db_tr->bus_addr,
#else
printf("%08x %s %s %s %s %5d %08x %08x %04x:%04x",
+ db_tr->bus_addr,
#endif
- (uintmax_t)db_tr->bus_addr,
dbcode[(cmd >> 28) & 0xf],
dbkey[(cmd >> 24) & 0x7],
dbcond[(cmd >> 20) & 0x3],
OpenPOWER on IntegriCloud