From owner-svn-src-all@FreeBSD.ORG Wed Nov 12 15:40:15 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F26AD1065688; Wed, 12 Nov 2008 15:40:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id BD6E28FC19; Wed, 12 Nov 2008 15:40:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 0FA322BC47; Thu, 13 Nov 2008 04:40:14 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aSyWV1nB1-uj; Thu, 13 Nov 2008 04:40:09 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Thu, 13 Nov 2008 04:40:09 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 85EEC1142D; Thu, 13 Nov 2008 04:40:09 +1300 (NZDT) Date: Wed, 12 Nov 2008 07:40:09 -0800 From: Andrew Thompson To: Pyun YongHyeon Message-ID: <20081112154009.GD45411@citylink.fud.org.nz> References: <200811120952.mAC9q6H3025912@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200811120952.mAC9q6H3025912@svn.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r184870 - in head/sys: amd64/conf boot/forth conf dev/ale i386/conf modules modules/ale X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2008 15:40:15 -0000 On Wed, Nov 12, 2008 at 09:52:06AM +0000, Pyun YongHyeon wrote: > Author: yongari > Date: Wed Nov 12 09:52:06 2008 > New Revision: 184870 > URL: http://svn.freebsd.org/changeset/base/184870 > > Log: > Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet > controller. The controller is also known as L1E(AR8121) and > L2E(AR8113/AR8114). Unlike its predecessor Attansic L1, > AR8121/AR8113/AR8114 uses completely different Rx logic such that > it requires separate driver. Datasheet for AR81xx is not available > to open source driver writers but it shares large part of Tx and > PHY logic of L1. I still don't understand some part of register > meaning and some MAC statistics counters but the driver seems to > have no critical issues for performance and stability. > Yay! thanks for yet another great driver Pyun.