Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 06/08/2006 22:42:24
Module Name:	src
Committed By:	gdamore
Date:		Thu Jun  8 22:42:24 UTC 2006

Modified Files:
	src/sys/dev/ic: ath.c

Log Message:
Print bus_addr_t using PRIx64 (casting to uint64_t), which fixes builds
on 32-bit sparc (which have 64-bit bus_addr_t, but only 32-bit pointers.)


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/sys/dev/ic/ath.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.