From owner-freebsd-net@FreeBSD.ORG Tue Nov 23 18:17:53 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 123141065679; Tue, 23 Nov 2010 18:17:53 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1-6.sentex.ca [IPv6:2607:f3e0:0:1::12]) by mx1.freebsd.org (Postfix) with ESMTP id 842E78FC13; Tue, 23 Nov 2010 18:17:52 +0000 (UTC) Received: from [IPv6:2607:f3e0:0:4:49a2:dbc6:564:65a6] ([IPv6:2607:f3e0:0:4:49a2:dbc6:564:65a6]) by smarthost1.sentex.ca (8.14.4/8.14.4) with ESMTP id oANIHndl038484 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 23 Nov 2010 13:17:50 -0500 (EST) (envelope-from mike@sentex.net) Message-ID: <4CEC0548.1080801@sentex.net> Date: Tue, 23 Nov 2010 13:17:44 -0500 From: Mike Tancsa User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Sean Bruno References: <1290533941.3173.50.camel@home-yahoo> In-Reply-To: <1290533941.3173.50.camel@home-yahoo> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on IPv6:2607:f3e0:0:1::12 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 18:17:53 -0000 On 11/23/2010 12:39 PM, 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 > igb0@pci0:5:0:0: class=0x020000 card=0x8975152d chip=0x10c98086 Strange, the 82574 attaches as em for me, not igb em1@pci0:10:0:0: class=0x020000 card=0x34ec8086 chip=0x10d38086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = 'Intel 82574L Gigabit Ethernet Controller (82574L)' class = network subclass = ethernet cap 01[c8] = powerspec 2 supports D0 D3 current D0 cap 05[d0] = MSI supports 1 message, 64 bit enabled with 1 message cap 10[e0] = PCI-Express 1 endpoint max data 128(256) link x1(x1) cap 11[a0] = MSI-X supports 5 messages in map 0x1c ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected ecap 0003[140] = Serial 1 001517ffffed68a4 Normally, its msix, but I had disabled that hoping it would fix the problem em1: port 0x2000-0x201f mem 0xb4100000-0xb411ffff,0xb4120000-0xb4123fff irq 16 at dev ice 0.0 on pci10 em1: Using an MSI interrupt em1: [FILTER] em1: Ethernet address: 00:15:17:ed:68:a4 ---Mike