Subject: CVS commit: src/sys/contrib/dev/ath/netbsd
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 06/07/2006 17:07:33
Module Name:	src
Committed By:	gdamore
Date:		Wed Jun  7 17:07:33 UTC 2006

Modified Files:
	src/sys/contrib/dev/ath/netbsd: ah_osdep.h

Log Message:
For cases where AH_REGOPS_FUNC is not defined, the bus tag is not defined.
In these cases, passing NULL for it solves a problem on AMD64 where the bus
tag is an integer rather than uintptr_t.  (I.e. fix the cast warning on
amd64.)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/contrib/dev/ath/netbsd/ah_osdep.h

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