From owner-freebsd-current@FreeBSD.ORG Tue Apr 1 07:56:52 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 0384E1065671 for ; Tue, 1 Apr 2008 07:56:52 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id C10498FC1C for ; Tue, 1 Apr 2008 07:56:51 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2404792waf.3 for ; Tue, 01 Apr 2008 00:56:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=T5s086xbACnh57rmNNIxsMl7PsUcnq+91LXFaJ8HLEA=; b=dBcSuZi0kNkdcHsehJh/ywOZD+cyzYlxRxRKr5VktQkLYQgdsgpdwHMeusI3dZuTkQzP/EvbmHWY2sugLB+NiXGFlXz+WISHboU3NWjg+KTS7UfHBpZfGD+VTmFyM5zEhftNDt9AoS4Sc/B1E+sSucAfEgWJw7Enz2EcgBAdzw0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=LlgNLOuTV7qvbflhiYl25WIW5pZgXucOJWqH9M1aFKGqQWmO3IFG2utR8zM48xEyC88Dhw25jwaBfRmj6JHp8HoqLRH/u8gYMJVR14pXa6zs1KPc5o8x0HydG0kal0BAvnEh+A9mhUfgspMfRmf0nwaDPjdT5pSaPnucx4sFiRE= Received: by 10.114.150.1 with SMTP id x1mr11784889wad.109.1207036611377; Tue, 01 Apr 2008 00:56:51 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id n20sm11424661pof.6.2008.04.01.00.56.48 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Apr 2008 00:56:49 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m317uiGg015617 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 1 Apr 2008 16:56:44 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m317uiuI015616; Tue, 1 Apr 2008 16:56:44 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 1 Apr 2008 16:56:44 +0900 From: Pyun YongHyeon To: "Andrey V. Elsukov" Message-ID: <20080401075644.GH14162@cdnetworks.co.kr> References: <20080310043412.GA4425@cdnetworks.co.kr> <20080310073150.GC4425@cdnetworks.co.kr> <20080313034321.GG16972@cdnetworks.co.kr> <5635aa0d0803122106x232fd34tf3e352f0af0477cb@mail.gmail.com> <20080313042119.GI16972@cdnetworks.co.kr> <47F1E8DC.8060403@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47F1E8DC.8060403@yandex.ru> User-Agent: Mutt/1.4.2.1i Cc: Outback Dingo , freebsd-current@freebsd.org Subject: Re: Call for testers : age(4), Attansic/Atheros L1 gigabit ethernet controller X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@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: Tue, 01 Apr 2008 07:56:52 -0000 On Tue, Apr 01, 2008 at 11:48:44AM +0400, Andrey V. Elsukov wrote: > Pyun YongHyeon wrote: > >On Thu, Mar 13, 2008 at 12:06:07AM -0400, Outback Dingo wrote: > > > This is only for the L1 chipset right, and it does not function for th > > L2 > >Yes. > >chips right? is it be possible to function on the L2 10/100 chip also ? > >Yes, if I have L2 hardware. Note, L2 requires a different driver. > > FYI, NetBSD already has this driver. > http://www.netbsd.org/changes/changes-5.0.html#lii(4) > Yes, I know. :-) But it seems that the driver still have several magic numbers and some part of code does not look right to me. -- Regards, Pyun YongHyeon