Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 May 2006 21:29:10 +0200
From:      Jiri Mikulas <konfer@mikulas.com>
To:        current@freebsd.org
Subject:   Re: CFT: new ath hal (take 2)
Message-ID:  <445E4A86.8000207@mikulas.com>
In-Reply-To: <445D3C94.10102@errno.com>
References:  <445D3C94.10102@errno.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?445E4A86.8000207>