Module Name: src
Committed By: msaitoh
Date: Fri Oct 12 11:24:44 UTC 2012
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Explicitly cast to uint64_t instead of using PRIxPADDR because
sizeof(paddr_t) != sizeof(bus_addr_t) on some architecture.
See:
http://mail-index.netbsd.org/source-changes-d/2012/10/09/msg005353.html
To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 src/sys/dev/pci/if_wm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.