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

2013-03-10 Thread Joshua Isom
I patched according to the instructions, but it fails with these four missing files: ash_amem.h ar9300_freebsd.c ar9300_stub_funcs.c ar9300_stub.c I tried commenting them out, the .c files in the makefile, ash_amem.h in the .c file, but the build fails.

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

2013-03-10 Thread Adrian Chadd
You didn't check out the local/freebsd branch. On 10 March 2013 09:29, Joshua Isom jri...@gmail.com wrote: I patched according to the instructions, but it fails with these four missing files: ash_amem.h ar9300_freebsd.c ar9300_stub_funcs.c ar9300_stub.c I tried commenting them out, the

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

2013-03-10 Thread Joshua Isom
It's my first time using git, so there's a learning curve. I'm building on 9-STABLE, but because of yacc I am doing a buildworld first. First it fails with ichan not being used in ar9300_radio.c. I commented it out, rebuilt, and then it fails with the errors listed below. I was using -j,

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

2013-03-10 Thread Rui Paulo
On 2013/03/10, at 16:35, Joshua Isom jri...@gmail.com wrote: It's my first time using git, so there's a learning curve. I'm building on 9-STABLE, but because of yacc I am doing a buildworld first. First it fails with ichan not being used in ar9300_radio.c. I commented it out, rebuilt,

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

2013-03-10 Thread Adrian Chadd
Yes, you need to do this: Git clone ... Cd openhal... Git checkout local/freebsd It'll create the branch based off of my branch in git. Then do the ln -s ing.. Then build. Adrian Sent from my Palm Pre on ATamp;T On Mar 10, 2013 5:07 PM, Rui Paulo lt;rpa...@felyko.comgt; wrote: On