From owner-freebsd-net@FreeBSD.ORG Wed May 30 18:42:38 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 0B9C216A479 for ; Wed, 30 May 2007 18:42:38 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id CEFD813C46E for ; Wed, 30 May 2007 18:42:37 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so1187230wag for ; Wed, 30 May 2007 11:42:37 -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=cAIfNhVbYdvO0HH3gI+zjVcou5/Ah7pkizkih5qgn1X/nkKg1vvip+s2BpscWL2i33OaUEWJo2xRC0P1icrO80U1l1lYHWMmoA0g/LB1TjC4HJXzkZ5hZMGwE06xp2VoodAlrCnp95Z67dgULXJNtB8RkueVskB/iPr5eBEQjAY= 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=K+/GBPocSmv1eSW8CmMY0js5Heop8aa2/kNGCbjdQCQb+hvq2J5cDL5hVzeGKzJXE7S1k7kYAlxKWc677uChSWHpTA+aVbemRB0q3IY0dUA3xXqXZ5eeyD6y2tVsWRKNEovhDTer7pb/amRYwH2IB/pArv01Q2gEljCytlfyHrY= Received: by 10.115.76.1 with SMTP id d1mr526557wal.1180550557633; Wed, 30 May 2007 11:42:37 -0700 (PDT) Received: by 10.114.126.10 with HTTP; Wed, 30 May 2007 11:42:37 -0700 (PDT) Message-ID: <2a41acea0705301142v68505a1cs674008165095a335@mail.gmail.com> Date: Wed, 30 May 2007 11:42:37 -0700 From: "Jack Vogel" To: "Stefan Lambrev" In-Reply-To: <2a41acea0705291506w156ac4d8s88c0fdd1025e5141@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> <2a41acea0705291506w156ac4d8s88c0fdd1025e5141@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: Wed, 30 May 2007 18:42:38 -0000 On 5/29/07, Jack Vogel wrote: > 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. I have fixed the problem, I will be checking in that together with a couple other minor bugs this afternoon sometime. Cheers, Jack