View Single Post
  #5   (View Single Post)  
Old 6th January 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

Dear cow killer

Next time, if you still have the GENERIC config file around, you could make things easier by showing a context diff instead of showing the complete configuration
Code:
diff -u  'GENERIC-kernel.conf'  'mynewkernel.conf'
The error is:
Quote:
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c: In function 'ar5416ProcRxDesc
':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:111: error: 'struct ath_rx_sta
tus' has no member named 'rs_flags'
And what did you comment out in your kernel config?
Quote:
#options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
I suggest you remove the comment so this gets included and try again.

Good lukc from your tofu/tahu eating friend who didn't compile a FreeBSD kernel for years
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote