Hi! You'll need to comment out the ath, ath_hal, and ath_rate_sample devices in your kernel.
You'll need to add: ATH_DEBUG AH_DEBUG ATH_ENABLE_11N ATH_DIAGAPI .. AH_DEBUG / ATH_ENABLE_11N Are required for it to work; the others are for debugging. The build only works as a module. You'll need to rebuild your kernel with the above options and the above devices commented out so you can load ath and ath_pci as modules. Then yes, kldload if_ath_pci should do the trick. Adrian On 21 March 2013 08:19, Mark Austin <[email protected]> wrote: > I'm going to help test the AR9300 code. I just checked out a complete copy > of the HEAD sources along with the latest copy of the AR9300 from the > erikarn git repo. I moved the source code into the correct file/folder > location that is listed in the comments of the ath Makefile. I'm under the > assumption that I just need to un-comment out the AR9300 blocks and rebuild > the sources? Will this require rebuilding just the kernel or will I also > need to rebuild the world tools? > > Regards, > -Mark Austin > > All else is in doubt, so this is the truth that I cling to. > > My Website: http://www.silverdire.com > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "[email protected]"
