Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/contrib/dev/ath/netbsd
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.
Home |
Main Index |
Thread Index |
Old Index