From owner-freebsd-net@FreeBSD.ORG Tue Nov 23 17:58:35 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B392106566B for ; Tue, 23 Nov 2010 17:58:35 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id D054F8FC24 for ; Tue, 23 Nov 2010 17:58:34 +0000 (UTC) Received: by wwd20 with SMTP id 20so8588622wwd.31 for ; Tue, 23 Nov 2010 09:58:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=oBil0llx0qTMfapW0Ye+E1faXH7utB/TloQBYECnhUo=; b=Fauslavuk/yWoL4zxR6njf6HUObuD1ioOIeAxuB5jIblvN07z075wV4c4Kx4CZaC6U a1UqZDLoy6xavF16o09zJEhrNwSNFvumI7UTrg0V0nHMyF8+RU14CjKoTwpd2tQieTl1 2ZvrH4pcxsKH0+Stb+aNXghAbWramQz13ejbI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=adiikk0sGyUBkZLD2yEYKi1JPZAZgrWHnTTGXlatvi8+W+g4vd27D9+nCiHLZgNkB3 nhkjoMjtqM7TmI8XPdBGiF2Kntj1finfy+KncnZ9qMWqmfIhhJfSTe+7svjDkwmpw1w0 hxST+nNPCmC7H23Q81wUosiobA+4UmV7XFJIg= MIME-Version: 1.0 Received: by 10.216.59.193 with SMTP id s43mr1349156wec.42.1290535112720; Tue, 23 Nov 2010 09:58:32 -0800 (PST) Received: by 10.216.2.206 with HTTP; Tue, 23 Nov 2010 09:58:32 -0800 (PST) In-Reply-To: <1290533941.3173.50.camel@home-yahoo> References: <1290533941.3173.50.camel@home-yahoo> Date: Tue, 23 Nov 2010 09:58:32 -0800 Message-ID: From: Jack Vogel To: Sean Bruno Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-net@freebsd.org" , Ivan Voras , "freebsd-hardware@freebsd.org" Subject: Re: em driver, 82574L chip, and possibly ASPM X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 17:58:35 -0000 Those are 82576, not 82574, totally different hardware. Would you please test the new driver that will be going into HEAD today, I'd like to see testing on it as much as possible for a few days. Cheers, Jack On Tue, Nov 23, 2010 at 9:39 AM, Sean Bruno wrote: > On Tue, 2010-11-23 at 04:47 -0800, Ivan Voras wrote: > > It looks like I'm unfortunate enough to have to deploy on a machine > > which has the 82574L Intel NIC chip on a Supermicro X8SIE-F board, which > > apparently has hardware issues, according to this thread: > > > > > http://sourceforge.net/tracker/index.php?func=detail&aid=2908463&group_id=42302&atid=447449 > > > > One of the proposed workarounds is disabling "Active State Power > > Management" in the BIOS and in the OS. > > > > I have disabled it in BIOS but I don't know how to disable it in FreeBSD > > (apparently only disabling it in BIOS isn't enough). > > > > Any ideas on how to achieve the effect in FreeBSD? > > > > _______________________________________________ > > freebsd-net@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-net > > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > > Can I get an example pciconf -lv off of a couple of machines? I've been > seeing some "issues" here at big purple that are similar. > > Sean > > mine: > > igb0@pci0:5:0:0: class=0x020000 card=0x8975152d chip=0x10c98086 > rev=0x01 hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > igb1@pci0:5:0:1: class=0x020000 card=0x8975152d chip=0x10c98086 > rev=0x01 hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >