Date: Sat, 6 May 2006 23:23:39 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ath if_ath.c Message-ID: <200605062323.k46NNd9b040523@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605062323.k46NNd9b040523>
