cvs commit: src/sys/dev/ath if_ath.c
Sam Leffler
sam at FreeBSD.org
Sat May 6 23:23:40 UTC 2006
sam 2006-05-06 23:23:39 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c
Log:
force type coercion for bus tag+handle when calling ath_hal_attach
to ensure we match the type signature; we cannot assume HAL_BUS_TAG
and HAL_BUS_HANDLE correspond to bus_space_tag_t and bus_space_handle_t
(should probably do this for HAL_SOFTC too but leave that for now)
MFC after: 1 month
Revision Changes Path
1.143 +2 -1 src/sys/dev/ath/if_ath.c
More information about the cvs-src
mailing list