One more Error Compile FreeBSD 9 / Asus EEE700

I get some error while compiling new FreeBSD kernel on Asus EEE700, I use FreeBSD 9.
There is kernel config and end of the log.
 

Attachments

If you enable ath(4) you need to enable the other bits too.

Code:
device		ath_pci		# Atheros pci/cardbus glue
device		ath_hal		# pci/cardbus chip support
 
Thank you! I had this idea, but since I have not seen them in
[CMD=""]dmesg [/CMD]
I have decided that they are not needed.
 
That's the best way. If it's not in your system it can be removed.
 
Back
Top