From owner-freebsd-stable@FreeBSD.ORG Mon Aug 30 06:45:58 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4D2210656AD for ; Mon, 30 Aug 2010 06:45:58 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1A51F8FC17 for ; Mon, 30 Aug 2010 06:45:57 +0000 (UTC) Received: by yxn35 with SMTP id 35so1559356yxn.13 for ; Sun, 29 Aug 2010 23:45:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=+DWF+/Tashng1fC6X464umNgU+uhEyrFbgz0swEQ3O4=; b=uxm11Yhy58VzssQI3M1BaMGaMjRiSzRRYkAo+jOddlDW7Pef0hgF5qMDrH5ftVnT4E GyeK61XrMr2d0DQBxCtlFN0RiRyy93cNvCvCG7kpULYsxABl9vVGgmZT0JegylkDQrER 8FGvreMBP21WHiI2LJiRw6kU9sLIxheRJWsD0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=i3kqn8fw/rleB6yGE2AKSEkSq5+wjKkHwIhPGqKCVlxoyMQb/exsquElXlMHRiyCZ8 8a/BMWqDy7fUpxG9phUcbN2rSZI98KE/XLNVXksEMMqw4Om+r9r81Xeyuw8MVqAgfjMn ZW0LODrsLaKV3yT5aKu2iBJ1cuVcOUWwKsKC4= MIME-Version: 1.0 Received: by 10.150.190.16 with SMTP id n16mr4967794ybf.144.1283150757316; Sun, 29 Aug 2010 23:45:57 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.231.168.14 with HTTP; Sun, 29 Aug 2010 23:45:57 -0700 (PDT) In-Reply-To: <4C7522AA.90004@aldan.algebra.com> References: <4C749E8C.1020506@aldan.algebra.com> <201008250827.13482.jhb@freebsd.org> <4C7522AA.90004@aldan.algebra.com> Date: Mon, 30 Aug 2010 14:45:57 +0800 X-Google-Sender-Auth: i6aK3KFxE3U8-xypPs5Z58HqsDU Message-ID: From: Adrian Chadd To: "Mikhail T." Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: stable@freebsd.org, sam@freebsd.org, freebsd-stable@freebsd.org, John Baldwin Subject: Re: Can't compile ath(4) into kernel 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: Mon, 30 Aug 2010 06:45:59 -0000 Please just create a PR for it. I haven't tried compiling ath without AR5416 support so I have no idea whether it'll work. adrian On 25 August 2010 22:03, Mikhail T. wrote: > =A0On 8/25/2010 8:27 AM, John Baldwin wrote: >> You are missing: >> >> options =A0 =A0 =A0 =A0 AH_SUPPORT_AR5416 =A0 =A0 =A0 # enable AR5416 tx= /rx descriptors >> > But I don't have the ar5416 chipset... Mine is AR2312... And it is an > option, so should not it be optional? Anyway, I tried adding that option > and the error is the same (did cleandepend && depend, saw ah.c > recompiled anew). >> For the 6.x -> 8 upgrade you are doing, I strongly suggest looking at th= e >> changes to GENERIC across your upgrade. It would save you several e-mail= s to >> the mailing list > Thanks, I did that. After several attempts to fiddle with > options/devices, the wireless section now looks like: > > =A0 =A0# Wireless NIC cards > =A0 =A0device =A0 =A0 =A0 =A0 =A0wlan =A0 =A0 =A0 =A0 =A0 =A0# 802.11 sup= port > =A0 =A0options =A0 =A0 =A0 =A0 IEEE80211_DEBUG # enable debug msgs > =A0 =A0options =A0 =A0 =A0 =A0 IEEE80211_AMPDU_AGE # age frames in AMPDU = reorder q's > =A0 =A0options =A0 =A0 =A0 =A0 IEEE80211_SUPPORT_MESH =A0# enable 802.11s= draft support > =A0 =A0device =A0 =A0 =A0 =A0 =A0wlan_wep =A0 =A0 =A0 =A0# 802.11 WEP sup= port > =A0 =A0device =A0 =A0 =A0 =A0 =A0wlan_ccmp =A0 =A0 =A0 # 802.11 CCMP supp= ort > =A0 =A0device =A0 =A0 =A0 =A0 =A0wlan_tkip =A0 =A0 =A0 # 802.11 TKIP supp= ort > =A0 =A0device =A0 =A0 =A0 =A0 =A0wlan_amrr =A0 =A0 =A0 # AMRR transmit ra= te control algorithm > =A0 =A0device =A0 =A0 =A0 =A0 =A0ath > =A0 =A0device =A0 =A0 =A0 =A0 =A0ath_rate_sample # SampleRate tx rate con= trol for ath > =A0 =A0device =A0 =A0 =A0 =A0 =A0ath_ar5212 > =A0 =A0#device =A0 =A0 =A0 =A0 ath_rate_onoe > =A0 =A0#options =A0 =A0 =A0 =A0AH_SUPPORT_AR5416 =A0 =A0 =A0 # enable AR5= 416 tx/rx > =A0 =A0descriptors > > Generic simply uses the entire ath_hal, but ath_hal(4) suggests, that > picking out a single driver should work... > > =A0 =A0-mi > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >