From owner-freebsd-current@FreeBSD.ORG Thu Jan 3 02:17:15 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 71FA716A41B for ; Thu, 3 Jan 2008 02:17:15 +0000 (UTC) (envelope-from kevlo@kevlo.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 0B09713C468 for ; Thu, 3 Jan 2008 02:17:14 +0000 (UTC) (envelope-from kevlo@kevlo.org) Received: from [127.0.0.1] (kevlo.org [220.128.136.52]) (authenticated bits=0) by ns.kevlo.org (8.14.1/8.14.1) with ESMTP id m032G76Z039724; Thu, 3 Jan 2008 10:16:12 +0800 (CST) (envelope-from kevlo@kevlo.org) From: Kevin Lo To: pyunyh@gmail.com In-Reply-To: <20080102235759.GA31644@cdnetworks.co.kr> References: <20080102235759.GA31644@cdnetworks.co.kr> Content-Type: text/plain Date: Thu, 03 Jan 2008 10:17:14 +0800 Message-Id: <1199326634.6153.27.camel@monet> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Ivan Voras Subject: Re: FreeBSD on Asus EEE PC X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2008 02:17:15 -0000 Pyun YongHyeon wrote: > On Wed, Jan 02, 2008 at 10:26:06PM +0100, Ivan Voras wrote: > > Kip Macy wrote: > > > Do you know what network chip it uses? > > > > Not exactly, but apparently it's very well supported under Linux and > > Windows since Google doesn't find anything useful on the topic. > > > > I found this in the Linux drivers' source code: > > > > * Copyright(c) 2007 Atheros Corporation. All rights reserved. > > * Copyright(c) 2006 xiong huang > > * > > * Derived from Intel e1000 driver > > * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. > > > > The Linux driver is here: > > > > http://support.asus.com/download/download.aspx?SLanguage=en-us&model=Eee%20PC%204G(701)&type=map&mapindex=8 > > (atl2_1.0.40.4-4.tar.gz) > > > > I don't have the device anymore but will probably have it in a few weeks. > > > > AFAIK kevlo@(Kevin Lo) is working on Attansic L1. Not sure his driver > also supports fast ethernet version(Attansic F2). I don't know current > status of the driver but it seems that he has a working driver. > Btw, you can also use a NDIS mini port driver until native driver hits > tree. Yes, I worked on Attansic L1 driver which was based on Linux atl1 driver. I sent my patch to Alex Lukin four months ago: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2007-09/msg00081.html Don't know whether he is still working on it or not. If not, I'll finish it :-) Kevin