From owner-freebsd-net@FreeBSD.ORG Tue May 29 22:06:40 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 812C516A469 for ; Tue, 29 May 2007 22:06:40 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by mx1.freebsd.org (Postfix) with ESMTP id 3D30913C455 for ; Tue, 29 May 2007 22:06:40 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so706063nzn for ; Tue, 29 May 2007 15:06:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=XIY+tCzg+e50/VeKE2OAVp5Ob+aNh8pjylhdAE4cOj6dzKNvxcyIJi/Db44OyZ4SK1KQzwo7MmE2LOHyG5UXTjFDhFYOLvWlCzAujHScafj58x581GpzAsMTqSyUSDvtooiPkSnn1hJcUbXnDozVecjsbaJBr4CJPgxOQhUpZYc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LUhNjMJXlWuukHiB2A80CrgFAz5CyA+bY0olHqloA0PBTpN9ieO77qAHBmSVTYwX9DBKOGM4O11z9ZLzk6sptGnIEXNwm+/JxeGDZck7XAk7FXRtnGwOuwigl3lxRJHx0hMnqS5dc84N7EjtsPl9HcAdOZw69aJUG+qTTtaqz+A= Received: by 10.114.67.2 with SMTP id p2mr3635730waa.1180476399346; Tue, 29 May 2007 15:06:39 -0700 (PDT) Received: by 10.114.126.10 with HTTP; Tue, 29 May 2007 15:06:39 -0700 (PDT) Message-ID: <2a41acea0705291506w156ac4d8s88c0fdd1025e5141@mail.gmail.com> Date: Tue, 29 May 2007 15:06:39 -0700 From: "Jack Vogel" To: "Stefan Lambrev" In-Reply-To: <2a41acea0705271220w2239211bn1c582031607ca1eb@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <462E3B4A.5030307@sun-fish.com> <46595504.4060803@sun-fish.com> <2a41acea0705271034s79d6774dg2008a057831d9de2@mail.gmail.com> <4659C59C.9030208@sun-fish.com> <2a41acea0705271220w2239211bn1c582031607ca1eb@mail.gmail.com> Cc: freebsd-net@freebsd.org Subject: Re: em0 failed to work at 1000baseTX. WAS [Re: em0 - bge0 failed to work at 1000baseTX] 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, 29 May 2007 22:06:40 -0000 On 5/27/07, Jack Vogel wrote: > On 5/27/07, Stefan Lambrev wrote: > > Hi Jack, > > > > Jack Vogel wrote: > > > Stefan, > > > > > > I am having a long weekend and am supposed to be doing > > > something other than this :) However, when I get back in the office > > > on Tuesday I will see if I can repro this, so just to make sure, tell > > > me what the PCI ID of the two cards are when it fails with Intel > > > on both sides, that should be easy. > > > > > > Jack > > this is the card that works in my tests: > > > > em1@pci4:0:1: class=0x020000 card=0x34768086 chip=0x10968086 rev=0x01 > > hdr=0x00 > > vendor = 'Intel Corporation' > > device = 'PRO/1000 EB Network Connection' > > class = network > > subclass = ethernet > > > > and this is the one that do not work at gigabit speed: > > > > em0@pci0:25:0: class=0x020000 card=0x2800103c chip=0x104a8086 rev=0x02 > > hdr=0x00 > > vendor = 'Intel Corporation' > > device = '82566DM Gigabit Network Connection' > > class = network > > subclass = ethernet > > OK, I will attempt to repro this on Tuesday, thanks Stefan. Good News, I have repro'd this on hardware here, so I'm actively debugging things now, hope its an easy fix... stay tuned. Jack