sam 2008-09-21 00:28:54 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_athvar.h
Log:
SVN rev 183221 on 2008-09-21 00:28:54Z by sam
fix memory smash on lp64 platforms; mostly noticeable in user mode
as being unable to associate
Revision Changes
rpaulo 2008-09-09 16:21:25 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_athvar.h
Log:
SVN rev 182893 on 2008-09-09 16:21:25Z by rpaulo
Update for new HAL.
Reviewed by:sam
Revision ChangesPath
1.66 +1 -1 src/sys/dev/ath/if
sam 2007-01-15 04:26:19 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_athvar.h
Log:
add compat shim for ath_hal_isgsmsku until the new hal gets committed
Revision ChangesPath
1.58 +5 -0 src/sys/dev/ath/if_athvar.h
___
sam 2006-10-19 23:34:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/ath if_athvar.h
Log:
MFC 1.54: correct diag request to fetch isr state on fatal interrupts
Approved by:re (bmah)
Revision ChangesPath
1.27.2.11
sam 2006-10-09 23:45:26 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_athvar.h
Log:
correct diag request to fetch isr state on fatal interrupts
MFC after: 1 week
Revision ChangesPath
1.54 +1 -1 src/sys/dev/ath/if_athvar.h
_
sam 2006-05-05 03:21:13 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_athvar.h
Log:
correct type
MFC after: 2 weeks
Revision ChangesPath
1.48 +1 -1 src/sys/dev/ath/if_athvar.h
___
sam 2006-02-09 21:09:26 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_athvar.h
Log:
craft unique names for tx q + buffer mtx's to help with interpreting ktr data
MFC after: 2 weeks
Revision ChangesPath
1.35 +12 -6 src/sys/de