From owner-freebsd-net@FreeBSD.ORG Fri May 11 22:02:00 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 B328816A4CC for ; Fri, 11 May 2007 22:02:00 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id 5D54113C459 for ; Fri, 11 May 2007 22:02:00 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so1183952nze for ; Fri, 11 May 2007 15:01:59 -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=pHJEqZlLc2dvxxiR48UKR4UG5lMokpKaUCgKpccFTm4Lh42XI3PboiW0Qwcbhpf+WxsATCcYKJEb4Qh2lrbxg1P9IAPPR28X87fiIVLRTlme7buJzkwZMJPOAUY+RxtZ3+555OLZOpZmVbAOOOypNUd8OuPynv/NpJhEc1z3inE= 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=qPd7lKPeV52ta9M596qUIIWWfOm64yXVeC3lzEoLTtvRtY3W/7/Fn8whjicQPmcKVRnA19tywf2ZoclVCxC5QJg6aCg3ly0jI/HmDE+pma8KigKUJxr2ajXV/5nUjjKyZIGyMbz381oYO4Al9hUaoonT2b4DCUQ1P3xKE6xUFhI= Received: by 10.114.205.1 with SMTP id c1mr19462wag.1178920918930; Fri, 11 May 2007 15:01:58 -0700 (PDT) Received: by 10.114.126.10 with HTTP; Fri, 11 May 2007 15:01:58 -0700 (PDT) Message-ID: <2a41acea0705111501h41170824qddbf8fee9d9dacc7@mail.gmail.com> Date: Fri, 11 May 2007 15:01:58 -0700 From: "Jack Vogel" To: stefan.lambrev@sun-fish.com In-Reply-To: <463F2318.4070702@sun-fish.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> <2a41acea0704241103r59a1fa8di7e7747e191eea787@mail.gmail.com> <462F0CBF.6020507@sun-fish.com> <2a41acea0704250936l46ed31a3w930ac8fba04df810@mail.gmail.com> <2a41acea0705041349o7bce9e1eh63ef1a036f80d1b6@mail.gmail.com> <463F2318.4070702@sun-fish.com> Cc: freebsd-net@freebsd.org Subject: 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: Fri, 11 May 2007 22:02:00 -0000 On 5/7/07, Stefan Lambrev wrote: > Hi again, > > Jack Vogel wrote: > > > > > The new driver I just checked into CURRENT has this fix, I hope its > > going to be in the May snapshot, Stefan, can you try CURRENT to > > see if it solves your problem? > > > > Jack > I have problems with loading if_em as module on 7.0-current from today: > > link_elf: symbol e1000_init_function_pointers_82575 undefined > > so I compiled in the kernel, and it works, but nothing changed about my > problem - it still refuses to stay on 1000baseTX for more then 2 seconds > and auto-negotiate to 100baseTX. > > em0: port > 0x2000-0x201f mem 0xf0500000-0xf051ffff,0xf0524000-0xf0524fff irq 19 at > device 25.0 on pci0 > em0: Ethernet address: 00:0f:fe:4e:78:16 > em0: [FILTER] > > I'm ready to test any new patches :) My patch made assumptions about what is causing your problem, and that may be incorrect. Our test group does not have that Broadcom adapter but they are going to get one. They had a suggestion that you can try, go into your BIOS, and then the Advanced Menu, I believe under that you will find settings for the NorthBridge, in that submenu there is settings for HECI, disable that, it is the interface to the management processor. Then boot up and test again, if it now autonegs correctly then it is the management getting in your way, on the other hand if you still see it happen then we're back to square one :) Good luck, Jack