From owner-freebsd-current@FreeBSD.ORG Mon Dec 8 23:54:02 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 923EB1065678 for ; Mon, 8 Dec 2008 23:54:02 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2488FC19 for ; Mon, 8 Dec 2008 23:54:02 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so569877ywe.13 for ; Mon, 08 Dec 2008 15:54:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xDJUnWpaWCI0J3OZqayOhXGV3dYP5XL2VXcMDuIfNnA=; b=wS/fUgLMOM0hUxFdpc+FVPFCS59+PrccXw/h+y83JXAm68HTedjQfjVv4rLbVpdju2 tl8DYDi8F/QSzPeVxKlcgkPHYFu9aCCWUvKKvc2Rt7DS/7wAsDooGmSDCxUAU6MQJ0Uc lB3ErrTttmdL/Yi5jSJlUpuGDn2UtGDNouwF0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HzXL8LLi2SZk9u+kLxtXpE7pVz1D6qQISUlXrVo790CBGtpDDt9A5WTDUJZWjp2rxH nCpt39eBvIXOQ7fZ8jZyLn93n67AS5yVJfwVzNvXUuKOUPWYXYpOtG7BMAiaEtV/tUH2 BFzyhvM47wHXyyfqm4/fpDPO56XKSrEn0GgT8= Received: by 10.100.171.10 with SMTP id t10mr1824729ane.53.1228780441497; Mon, 08 Dec 2008 15:54:01 -0800 (PST) Received: by 10.100.209.20 with HTTP; Mon, 8 Dec 2008 15:54:01 -0800 (PST) Message-ID: <539c60b90812081554u228dfc0eud2f03796a2208a32@mail.gmail.com> Date: Mon, 8 Dec 2008 16:54:01 -0700 From: "Steve Franks" To: "Gavin Atkinson" In-Reply-To: <1228766037.27498.6.camel@buffy.york.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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> X-Mailman-Approved-At: Tue, 09 Dec 2008 00:11:07 +0000 Cc: pyunyh@gmail.com, 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2008 23:54:02 -0000 > 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 reports L2, whereas the manufacturer said L1E. Guess I got rev'd on. Thanks anyways, y'all. Steve