From owner-freebsd-current@FreeBSD.ORG Mon Dec 1 21:52:02 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0640D1065695 for ; Mon, 1 Dec 2008 21:52:02 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.190]) by mx1.freebsd.org (Postfix) with ESMTP id 843528FC2F for ; Mon, 1 Dec 2008 21:52:01 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so435682gve.39 for ; Mon, 01 Dec 2008 13:52:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=KemMgOqlJ5L3E4NFBpoSbKMFat3K4jRWTSjEBOHy2Q0=; b=bb6DcqWIIpOoA+RH+xSx5cgf5dFEqpY/tNq00F5aSxioA/QYuNXxmVIdDSGywHmdfJ iRkiGOGcHZIGiNaajZ2QynyQoFFK4skXIos8SZHfQRAc7Rf+lE3rNYSM+vGF5B19AGsn CH7/86p8W4uWC7aZ1FItKh3XsgGXvkecvdEf4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=WeaNXvN5vQCKOv/EAwiPnAB/9ZUZQcWrqrS7hEymQA5LTR7vjpMicGCFO3RUO98w+Q b4oD8inXfYFkOvulJRQ4IHjjop0cC6tix4ZAoNyJQytQgHPumJOdHMeVPOLE2VvL1q2p os/z+3+E7x7p0dynOxNjhk34aEAZTClSNk5+w= Received: by 10.103.172.7 with SMTP id z7mr4814112muo.129.1228168320073; Mon, 01 Dec 2008 13:52:00 -0800 (PST) Received: from localhost.invalid ([77.241.45.156]) by mx.google.com with ESMTPS id j2sm6350370mue.5.2008.12.01.13.51.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Dec 2008 13:51:59 -0800 (PST) From: Ole Vole To: freebsd-current@freebsd.org Date: Tue, 2 Dec 2008 00:51:56 +0300 User-Agent: KMail/1.10.1 (FreeBSD/8.0-CURRENT; KDE/4.1.1; i386; ; ) References: <493418EA.7020602@freebsd.org> In-Reply-To: <493418EA.7020602@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812020051.56207.subbsd@gmail.com> Subject: Re: HEADS UP: r185522 - in head: . share/man/man4 sys/amd64/conf sys/arm/conf sys/conf sys/contrib/dev/ath sys/dev/ath sys/dev/ath/ath_rate/amrr sys/dev/ath/ath_rate/onoe sys/dev/ath/ath_rate/sample ... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: subbsd@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 21:52:02 -0000 Hello! Thanks a lot! Fix please misprint in /usr/src/UPDATING : -- 20081130: .. options ATH_SUPPORT_AR5416 must be .. options AH_SUPPORT_AR5416 ? -- On Monday 01 December 2008 20:03:38 Sam Leffler wrote: > Things to note: > > This also represents an upgrade of the hal code over what was in the > tree. There are many bug fixes in this code, especially for AR5416 parts. > > I have no idea when this will be MFC'd. Because of the directory change > from contrib/dev/ath to dev/ath/ath_hal backporting by hand may be > painful. Definitely not before 7.1 goes out. > > I no longer be have access to internal Atheros' information (e.g. their > hal code). In particular this means support for new parts will have to > come by scraping code from the ath9k linux driver. I expect other > people to pitch in to do that. I will be happy to assist. > > Sam