From owner-freebsd-current@FreeBSD.ORG Tue Nov 4 01:54:41 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 49C6E1065676 for ; Tue, 4 Nov 2008 01:54:41 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id E4DCC8FC08 for ; Tue, 4 Nov 2008 01:54:40 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1046329yxb.13 for ; Mon, 03 Nov 2008 17:54:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=Md4rzhN8qro9Pm+idGCBWJFpaAtq94M0FZBq+tsJ2qA=; b=kHGquki5KT9MTNJXE0WDwBAk9bDG/umUwnPTAgeXrPXJOSdm215MdAMk3PQLisERk1 Ge2KI6QXxeGzaUbo1YevNEIDFCIZbfedfhbvz9w1aU5OrUGJs2h9i7xlhccdVH3YSJAN jHigTkdVHnRLw7Gho9EoVDWiQQ+8eiEuyhZhc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=Ay7n1ujiJrek7Avv7HJZqYTARJqoZz9hsHhymyzVBoPW1rQEMJUMheZ2IXEzTXwi25 j9u2J0XmZxmhlclkAIdXg0F1Z+FinLGf0593Se85phA2ZAa5QiQgklBy/ywlrYMAwEWj BFpQPzXa02+fEdR1s/NKrHJm1REcTBmcDcR6A= Received: by 10.100.242.20 with SMTP id p20mr368053anh.75.1225763680177; Mon, 03 Nov 2008 17:54:40 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id b32sm336023ana.14.2008.11.03.17.54.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 Nov 2008 17:54:38 -0800 (PST) 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 mA41qbir098564 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Nov 2008 10:52:37 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mA41qZXi098563; Tue, 4 Nov 2008 10:52:35 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 4 Nov 2008 10:52:35 +0900 From: Pyun YongHyeon To: Jan Henrik Sylvester Message-ID: <20081104015235.GC98154@cdnetworks.co.kr> References: <490F47BE.9080205@janh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <490F47BE.9080205@janh.de> User-Agent: Mutt/1.4.2.1i Cc: Boris Samorodov , current-list freebsd Subject: Re: Call for testers: Atheros AR8121(L1E)/AR8113/AR8114(L2E) ethernet 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, 04 Nov 2008 01:54:41 -0000 On Mon, Nov 03, 2008 at 07:49:34PM +0100, Jan Henrik Sylvester wrote: > Boris wrote: > >Pyun YongHyeon writes: > > > >> As bruffer pointed out the device name chosen conflicts with other > >> driver in tree so I renamed it to ale(4).The URL for the driver is > >> http://people.freebsd.org/~yongari/ale/if_ale.c > >> http://people.freebsd.org/~yongari/ale/if_alereg.h > >> http://people.freebsd.org/~yongari/ale/if_alevar.h > >> http://people.freebsd.org/~yongari/ale/Makefile > >> or > >> http://people.freebsd.org/~yongari/ale/ale.20081030.tar.gz > >> Sorry for confusion. > > > >Tested at EeePC-1000, works fine. BIG thank you, much appreciated. > > I got an Eee PC 1000H, too, with 7.1-BETA2 and just used scp to copy > with 11.5MB/s -- much better than wlan for big files. Great! > Thanks for testing! > This will probably not go into 7.1-RELEASE, will it? It was too late to go into 7.1-RELEASE, I guess. -- Regards, Pyun YongHyeon