From owner-freebsd-hardware@FreeBSD.ORG Fri Oct 3 08:25:01 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B41B106569D for ; Fri, 3 Oct 2008 08:25:01 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184]) by mx1.freebsd.org (Postfix) with ESMTP id 5B68D8FC1F for ; Fri, 3 Oct 2008 08:25:00 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so861758tid.3 for ; Fri, 03 Oct 2008 01:24:58 -0700 (PDT) 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=ea8D/nN19r6+rk3V2kdtXSQz0AdSrWPabrQNwrWNhRA=; b=I5k19idYn6laFdOaqutWkL1eHYPvUiyvqLrjzj1jtkmYsi6ovhszH43jfEqNrDv0Q+ F1/wh+2ygSZsRWSPUI9F8T1UJoZTL9YIrHqRiFvPTMeO2Y8tcCXwJNROrEnt6WitJKd+ kk6uSdkTa6Na4m1kPZd9dBo9gzjwM9Ce6HhLE= 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=jyuQ8ZgR8Bn3OzYnl9WGHH9HwJhP1J1LV4fxhzsVhwD2qtTNBrj6N2Qd5rGN48PlXS XRAxbjdF0APG1gIBQ8Y1yHvZDu7Fo0LPnGlAxpRQOsaKz7KFHOUXC5o1eNV8W2wqakOH GDSaKV83mEco4/eYqizbFpEA/+yBQdT/rr5jM= Received: by 10.110.7.18 with SMTP id 18mr207001tig.32.1223022298449; Fri, 03 Oct 2008 01:24:58 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id u8sm7775362tia.8.2008.10.03.01.24.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Oct 2008 01:24:57 -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 m938MvAL072750 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Oct 2008 17:22:57 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m938MvfT072749; Fri, 3 Oct 2008 17:22:57 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 3 Oct 2008 17:22:57 +0900 From: Pyun YongHyeon To: Jeremy Chadwick Message-ID: <20081003082257.GC71518@cdnetworks.co.kr> References: <92056ebc0810020932w680c593er585dd865ef8af538@mail.gmail.com> <20081002231848.GA13467@icarus.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081002231848.GA13467@icarus.home.lan> User-Agent: Mutt/1.4.2.1i Cc: Giuseppe Pagnoni , freebsd-hardware@FreeBSD.org Subject: Re: LG combo drive and Attansic Technology ethernet card on Asus P5Q Pro X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 08:25:01 -0000 On Thu, Oct 02, 2008 at 04:18:48PM -0700, Jeremy Chadwick wrote: > On Thu, Oct 02, 2008 at 06:32:20PM +0200, Giuseppe Pagnoni wrote: [...] > > > On an unrelated topic, does anybody know whether the network card > > Attansic Technology on Asus P5Q Pro motherboard is compatible with > > FreeBSD? > > Asus was somewhat vague as to what model of Attansic/Atheros IC they > used on the P5Q series. I have one of these boards, so I can assure > you it's an Attansic L1E. It's sometimes referred to as an Atheros > AR8121, AR8113, or AR8114. > > FreeBSD 7.1-PRERELEASE has support for this NIC; age(4) is the driver. > 7.0 will very likely not support this NIC. > If the controller is AR8121/AR8113 PCI-E adapters(also known as L1E) there is no working driver for FreeBSD. Because the controller is quite different from its predecessor L1, new driver should be written for the controller. It's not feasible for me to write the driver until I can actually access the hardware. :-( -- Regards, Pyun YongHyeon