From owner-freebsd-stable@FreeBSD.ORG Fri May 1 15:50:24 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 384A5106566C; Fri, 1 May 2009 15:50:24 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 09B258FC0A; Fri, 1 May 2009 15:50:23 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n41FoNJP018793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 1 May 2009 08:50:23 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49FB1A3F.3000809@freebsd.org> Date: Fri, 01 May 2009 08:50:23 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Bruce Simpson References: <49E6DB25.2010601@sippysoft.com> <49E6FF8F.4070403@sippysoft.com> <49ED6AD2.4010006@incunabulum.net> <49EDDD51.9040608@freebsd.org> <49FAF3F5.5070609@incunabulum.net> In-Reply-To: <49FAF3F5.5070609@incunabulum.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-CTc-dcc1-Metrics: ebb.errno.com; whitelist Cc: Dennis Melentyev , stable@freebsd.org, "current@freebsd.org" , Maxim Sobolev Subject: Re: kernel compile fails without AH_SUPPORT_AR5416 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2009 15:50:24 -0000 Bruce Simpson wrote: > Hi, > > Can you please try this patch? > I can't commit it until STABLE is unfrozen after 7.2-RELEASE is cut. > > Sam Leffler wrote: >> Bruce Simpson wrote: >> >>> Hi, >>> >>> Looks like I'm late to the party. I was responsible for committing >>> these >>> ath(4) changes to RELENG_7. >>> I can't remember if I tested the kernel compile without the >>> AH_SUPPORT_AR5416 option or not, I have been so incredibly busy. >>> ... >> ru had a change to fix this but decided not to; can't say why. >> Otherwise there is a better way to fix this which I alluded to in >> previous mail--use the config-generated #define that is generated for >> the "ath_hal" device. Do not modify ah_desc.h like you've done. Add this to conf/options ATH_HAL opt_ah.h and use that to enable AH_SUPPORT_AR5416. Also changes must go in head first. Sam