CFT: new ath hal (take 2)
Jiri Mikulas
konfer at mikulas.com
Sun May 7 19:29:17 UTC 2006
Hello
FYI
todays RELENG_6
with
__FBSDID("$FreeBSD: /repoman/r/ncvs/src/sys/dev/ath/if_ath.c,v 1.143 2006/05/06 23:23:39 sam Exp $");
x -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/dev/ath/if_ath.c
/usr/src/sys/dev/ath/if_ath.c: In function `ath_attach':
/usr/src/sys/dev/ath/if_ath.c:396: error: too few arguments to function `taskqueue_create'
/usr/src/sys/dev/ath/if_ath.c:397: warning: implicit declaration of function `taskqueue_start_threads'
/usr/src/sys/dev/ath/if_ath.c:397: warning: nested extern declaration of `taskqueue_start_threads'
/usr/src/sys/dev/ath/if_ath.c: In function `ath_fatal_proc':
/usr/src/sys/dev/ath/if_ath.c:822: warning: implicit declaration of function `ath_hal_getfatalstate'
/usr/src/sys/dev/ath/if_ath.c:822: warning: nested extern declaration of `ath_hal_getfatalstate'
*** Error code 1
Stop in /usr/obj/usr/src/sys/ROUTER-IPFW-PF.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
did I something wrong, please ?
Thanks
Jiri
Sam Leffler wrote:
> A new test snapshot is available at:
>
> http://people.freebsd.org/~sam/ath_hal-20060506.tgz
>
> This is 0.9.17.0 and is known to work on sparc (tested) and may well
> work on alpha (untested but likely the same issue that broke sparc).
>
> This code should be a drop-in replacement for what's in cvs in HEAD but
> be sure to rebuild both the driver and rate control module as there are
> ABI changes. Note that to use this hal with RELENG_6 or other branches
> other than HEAD you must have rev 1.143 of if_ath.c. To build a sparc
> module you must have rev 1.5 of modules/ath_hal/Makefile and rev 1.539
> of conf/options.
>
> Please test and report regressions.
>
> Sam
More information about the freebsd-current
mailing list