From owner-freebsd-current@FreeBSD.ORG Tue Dec 9 00:17:57 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 C0E0A1065675 for ; Tue, 9 Dec 2008 00:17:57 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id 841238FC12 for ; Tue, 9 Dec 2008 00:17:57 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1403559rvf.43 for ; Mon, 08 Dec 2008 16:17:57 -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=2ILeycwdS9hcoDwIZZ8gWUhVGrPfRe6EGUg3isiRPJo=; b=Kky5Zm8kcIcCqMaoms7RbYZ+k2WfpJRAhxrkDtd5dYnjjsk8DdflsyJyaSP1KtpOwf hW8DFC3pyTQwr1SD6j4GdDKdJXR+9yOjSTQhX7BksCXDrhD2HsU+3bjk5ln70ia2uhTH jvRpEdWIjAQM8g9B2hk5cn9W82wTHv0hyFjY8= 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=Ti0fjPdSX53f4KQ1gAZpf2kxRwv07MXzsOz/1S8hm9xcdXUI2fbPYCipdRcItrz4GK YKhbKZKOLzmDniPS5rqJ+FMgS6bVVNYA1PE0hd6O4xabNnWIeGFlFsZBhPXYruNUYzNM r9knxtdcWsg8bsGPXs0FwTr4nEeX8Ywrx6qH0= Received: by 10.141.194.6 with SMTP id w6mr1502224rvp.11.1228781877201; Mon, 08 Dec 2008 16:17:57 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id g31sm27705735rvb.7.2008.12.08.16.17.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Dec 2008 16:17:56 -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 mB90HoHv033896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 9 Dec 2008 09:17:50 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mB90Hnr3033895; Tue, 9 Dec 2008 09:17:49 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 9 Dec 2008 09:17:49 +0900 From: Pyun YongHyeon To: Steve Franks Message-ID: <20081209001749.GA33723@cdnetworks.co.kr> References: <490F47BE.9080205@janh.de> <20081104015235.GC98154@cdnetworks.co.kr> <4910C055.8000505@janh.de> <20081105013558.GA99795@cdnetworks.co.kr> <20081203090658.GJ9639@cdnetworks.co.kr> <37502393@bb.ipt.ru> <20081206023016.GF22093@cdnetworks.co.kr> <539c60b90812081127s4ffb509fnea9d44d4298da666@mail.gmail.com> <1228766037.27498.6.camel@buffy.york.ac.uk> <539c60b90812081554u228dfc0eud2f03796a2208a32@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539c60b90812081554u228dfc0eud2f03796a2208a32@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: 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, 09 Dec 2008 00:17:57 -0000 On Mon, Dec 08, 2008 at 04:54:01PM -0700, Steve Franks wrote: > > Firstly: The output of "pciconf -lcv" relating to the device in > > question would be essential. > > [steve@dynstant ~/projects]$ sudo pciconf -lcv > none1@pci0:2:0:0: class=0x020000 card=0x28001565 chip=0x20481969 > rev=0xa0 hdr=0x00 > vendor = 'Attansic (Now owned by Atheros)' > device = 'L2 Fast Ethernet 10/100 Base-T Controller' > class = network > subclass = ethernet > cap 01[40] = powerspec 2 supports D0 D3 current D0 > cap 05[48] = MSI supports 1 message, 64 bit > cap 10[58] = PCI-Express 1 endpoint > > Well, it seems someone is not telling the truth here! pciconf Yeah, you should use ae(4) for this controller. > reports L2, whereas the manufacturer said L1E. Guess I got rev'd on. > > Thanks anyways, y'all. > > Steve -- Regards, Pyun YongHyeon