From owner-freebsd-current@FreeBSD.ORG Wed Jan 2 21:59:18 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 817DF16A468 for ; Wed, 2 Jan 2008 21:59:18 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from gw.sandvine.com (gw.sandvine.com [199.243.201.138]) by mx1.freebsd.org (Postfix) with ESMTP id 2FADE13C468 for ; Wed, 2 Jan 2008 21:59:18 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from labgw2.phaedrus.sandvine.com ([192.168.3.11]) by gw.sandvine.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 2 Jan 2008 16:58:15 -0500 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 12627) id 815BD11717; Wed, 2 Jan 2008 16:58:15 -0500 (EST) Date: Wed, 2 Jan 2008 16:58:15 -0500 From: Ed Maste To: Ivan Voras Message-ID: <20080102215815.GA46732@sandvine.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-OriginalArrivalTime: 02 Jan 2008 21:58:15.0727 (UTC) FILETIME=[939AA3F0:01C84D8A] Cc: freebsd-current@freebsd.org 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: Wed, 02 Jan 2008 21:59:18 -0000 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 chip is an Atheros (formerly Attansic) L2. Even though it claims to be derived from the e1000 driver, I believe they just used it as a reference on writing Linux device drivers; I don't think it's really related to the e1000 hardware at all. -Ed