kern/138781: Update kernel error

gavin at FreeBSD.org gavin at FreeBSD.org
Sun Sep 13 15:19:13 UTC 2009


Synopsis: Update kernel error

State-Changed-From-To: open->closed
State-Changed-By: gavin
State-Changed-When: Sun Sep 13 15:11:01 UTC 2009
State-Changed-Why: 
This is mentioned in /usr/src/UPDATING.

The issue is that you are usiung a kernel config file from 7.1 while
trying to build 7.2 or later.  Basically, you need to remove any ath*
options, and replace them with:

device          ath   
device          ath_hal
options         AH_SUPPORT_AR5416 
device          ath_rate_sample

Note that these days it is usually better to not have an entire custom
kernel file, but just to have one that contains "include GENERIC" and then
add/remove devices and options as required.


Responsible-Changed-From-To: freebsd-bugs->gavin
Responsible-Changed-By: gavin
Responsible-Changed-When: Sun Sep 13 15:11:01 UTC 2009
Responsible-Changed-Why: 
Track

http://www.freebsd.org/cgi/query-pr.cgi?pr=138781


More information about the freebsd-bugs mailing list