From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 13 15:19:13 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6B891065672; Sun, 13 Sep 2009 15:19:13 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C82AA8FC0C; Sun, 13 Sep 2009 15:19:13 +0000 (UTC) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8DFJDFZ048224; Sun, 13 Sep 2009 15:19:13 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8DFJDm7048220; Sun, 13 Sep 2009 15:19:13 GMT (envelope-from gavin) Date: Sun, 13 Sep 2009 15:19:13 GMT Message-Id: <200909131519.n8DFJDm7048220@freefall.freebsd.org> To: ctfreebad@gmail.com, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: kern/138781: Update kernel error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2009 15:19:13 -0000 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