Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2009 15:19:13 GMT
From:      gavin@FreeBSD.org
To:        ctfreebad@gmail.com, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, gavin@FreeBSD.org
Subject:   Re: kern/138781: Update kernel error
Message-ID:  <200909131519.n8DFJDm7048220@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909131519.n8DFJDm7048220>