Fine, OK, here's my initial AR9380/AR9485 support

Joshua Isom jrisom at gmail.com
Tue Mar 12 01:25:46 UTC 2013


I had tried the buildworld with -DWITHOUT_CLANG at one point, partially 
to speed up buildworld since building clang is slow without large 
amounts of memory.  Most of the errors were the same, so my last 
buildworld was just stock.

On 3/11/2013 7:41 PM, Adrian Chadd wrote:
> Is this with clang?
>
>
>
>
> adrian
>
>
> On 11 March 2013 17:39, Joshua Isom <jrisom at gmail.com> wrote:
>> Still no luck, and some errors look like I'm missing more.
>>
>>
>> /root/ATH/head/sys/modules/ath/../../dev/ath/ath_hal/ar9003/ar9300_misc.c:853:38:
>> error: use of logical '&&' with constant operand
>> [-Werror,-Wconstant-logical-operand]
>>          if ((ahp->ah_enterprise_mode && AR_ENT_OTP_MIN_PKT_SIZE_DISABLE) &&
>>                                       ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>> AR_ENT_OTP_MIN_PKT_SIZE_DISABLE is defined in ar9300reg.h and hardcoded.
>>
>> At least you figured out an easy way to genuine check to see if someone
>> tried your code.
>>
>>
>> On 3/11/2013 6:41 PM, Adrian Chadd wrote:
>>>
>>> Ooh.. add the debug options to your kernel, sorry!
>>>
>>> options ATH_DEBUG
>>> options AH_DEBUG
>>> options ATH_DIAGAPI
>>>
>>> I'm sorry, I've never tested it outside of a debug build before.
>>>
>>>
>>>
>>>
>>> Adrian
>>>
>>



More information about the freebsd-wireless mailing list