K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-04-15T19:16:37.000000Z K 7 svn:log V 257 Use bus_addr_t instead of u_int for local variables that are derived from the per-channel bus_addr_t offset. Also, cast the offset to (long long) and use %#llx instead of %#x to fix printf warnings on architectures where sizeof(bus_addr_t) != sizeof(int). END