From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 1 18:26:56 2010 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 650451065672; Wed, 1 Dec 2010 18:26:56 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0566D8FC18; Wed, 1 Dec 2010 18:26:55 +0000 (UTC) Received: by gwj21 with SMTP id 21so3816422gwj.13 for ; Wed, 01 Dec 2010 10:26:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type; bh=BiJj4bSj3KRQsT+2PCfzbPwpsENqRMHcvDlrrRcDckI=; b=er/CW3b29OcvpaQI5pQkFSaLgOVTcSXNUUzyvlWvi+j6wwTAN3w0t4ZMW6MsZuwYoF 8GHAiK74XhCUnt6OPfvItfp/sZWxe+4zbmPLqvH9+aRwgs0OQj6EF0LRz6Gco1Ptimsz TEPea6XVaL+Roo2+T3hkuPnxhvsVASWA+WaWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type; b=WpgbHtmbw+sr/v7pWytmSQ/+v7XBZUrWHaiP6fMCb7HUGQtsCzfKFjUGmDwU6VQbFd jGS9EOl+M9E8ijXBkH42kHTZkQU5+gMARXrCl6DyaYVJ6v8OE9avd5IolGChvpSVaeT3 Auqa09b3WQDN9Y1cH7oE6NdBf52dD3WWUSg1o= Received: by 10.229.189.4 with SMTP id dc4mr7378024qcb.106.1291226363620; Wed, 01 Dec 2010 09:59:23 -0800 (PST) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id mz11sm146043qcb.39.2010.12.01.09.59.20 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Dec 2010 09:59:21 -0800 (PST) Message-ID: <4CF68CF8.40603@gmail.com> Date: Wed, 01 Dec 2010 12:59:20 -0500 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: brucec@FreeBSD.org References: <201012011018.oB1AIcVb066382@freefall.freebsd.org> In-Reply-To: <201012011018.oB1AIcVb066382@freefall.freebsd.org> X-Enigmail-Version: 1.1.1 Content-Type: multipart/mixed; boundary="------------090401020708090504000303" Cc: demelier.david@gmail.com, freebsd-bugs@FreeBSD.org Subject: Re: kern/152736: Kernel fails to build without AH_SUPPORT_AR5416 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: Wed, 01 Dec 2010 18:26:56 -0000 This is a multi-part message in MIME format. --------------090401020708090504000303 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, On 12/1/10 5:18 AM, brucec@FreeBSD.org wrote: > As documented in ath(4) "options AH_SUPPORT_AR5416" is required if you want to > build the ath(4) driver even if you don't have AR5416 hardware. > Perhaps this should be noted in GENERIC as well. What do you think about the attached patch? -- Glen Barber --------------090401020708090504000303 Content-Type: text/plain; name="GENERIC.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="GENERIC.txt" Index: sys/amd64/conf/GENERIC =================================================================== --- sys/amd64/conf/GENERIC (revision 216097) +++ sys/amd64/conf/GENERIC (working copy) @@ -257,6 +257,7 @@ device wlan_tkip # 802.11 TKIP support device wlan_amrr # AMRR transmit rate control algorithm device an # Aironet 4500/4800 802.11 wireless NICs. +# 'device ath' requires 'options AH_SUPPORT_AR5416' device ath # Atheros pci/cardbus NIC's device ath_hal # pci/cardbus chip support options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors Index: sys/i386/conf/GENERIC =================================================================== --- sys/i386/conf/GENERIC (revision 216097) +++ sys/i386/conf/GENERIC (working copy) @@ -268,6 +268,7 @@ device wlan_tkip # 802.11 TKIP support device wlan_amrr # AMRR transmit rate control algorithm device an # Aironet 4500/4800 802.11 wireless NICs. +# 'device ath' requires 'options AH_SUPPORT_AR5416' device ath # Atheros pci/cardbus NIC's device ath_hal # pci/cardbus chip support options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors Index: sys/pc98/conf/GENERIC =================================================================== --- sys/pc98/conf/GENERIC (revision 216097) +++ sys/pc98/conf/GENERIC (working copy) @@ -221,6 +221,7 @@ #device wlan_tkip # 802.11 TKIP support #device wlan_amrr # AMRR transmit rate control algorithm #device an # Aironet 4500/4800 802.11 wireless NICs. +## 'device ath' requires 'options AH_SUPPORT_AR5416' #device ath # Atheros pci/cardbus NIC's #device ath_hal # pci/cardbus chip support #options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors Index: sys/sparc64/conf/GENERIC =================================================================== --- sys/sparc64/conf/GENERIC (revision 216097) +++ sys/sparc64/conf/GENERIC (working copy) @@ -203,6 +203,7 @@ device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_amrr # AMRR transmit rate control algorithm +# 'device ath' requires 'options AH_SUPPORT_AR5416' device ath # Atheros pci/cardbus NIC's device ath_hal # Atheros HAL (Hardware Access Layer) options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors --------------090401020708090504000303--