From nobody@FreeBSD.org  Wed Feb 14 14:00:24 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 7DB4F16A406
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 Feb 2007 14:00:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 6EC7013C481
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 Feb 2007 14:00:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l1EE0O5S014349
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 14 Feb 2007 14:00:24 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l1EE0OQT014348;
	Wed, 14 Feb 2007 14:00:24 GMT
	(envelope-from nobody)
Message-Id: <200702141400.l1EE0OQT014348@www.freebsd.org>
Date: Wed, 14 Feb 2007 14:00:24 GMT
From: Helmut Schneider<jumper99@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: hw.bge.fake_autoneg without effect
X-Send-Pr-Version: www-3.0

>Number:         109165
>Category:       kern
>Synopsis:       [bge] hw.bge.fake_autoneg without effect
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 14 14:10:05 GMT 2007
>Closed-Date:    Fri Feb 16 08:38:33 GMT 2007
>Last-Modified:  Fri Feb 16 08:38:33 GMT 2007
>Originator:     Helmut Schneider
>Release:        6.2-RELEASE
>Organization:
>Environment:
bge0: <Broadcom BCM5704S Dual Gigabit Ethernet, ASIC rev. 0x2002> mem 0xfbff0000-0xfbffffff,0xfbfe0000-0xfbfeffff irq 16 at device 0.0 on pci1
bge0: Ethernet address: 00:09:6b:b5:cb:9a
bge1: <Broadcom BCM5704S Dual Gigabit Ethernet, ASIC rev. 0x2002> mem 0xfbfd0000-0xfbfdffff,0xfbfc0000-0xfbfcffff irq 17 at device 0.1 on pci1
bge1: Ethernet address: 00:09:6b:b5:cb:9b
bge1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::209:6bff:feb5:cb9b%bge1 prefixlen 64 tentative scopeid 0x2
bge1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::209:6bff:feb5:cb9b%bge1 prefixlen 64 tentative scopeid 0x2
>Description:
Found that one:
http://lists.freebsd.org/pipermail/freebsd-bugs/2006-March/017618.html (kern/94833)

Does not work here (or pebkac?).
>How-To-Repeat:
echo "hw.bge.fake_autoneg" >> /boot/loader.conf
reboot
>Fix:
Put "options BGE_FAKE_AUTONEG" into kernel conf and recompile kernel.
>Release-Note:
>Audit-Trail:

From: "Helmut Schneider" <jumper99@gmx.de>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: kern/109165: hw.bge.fake_autoneg without effect
Date: Wed, 14 Feb 2007 15:25:04 +0100

 Ehem, please tell me that this is PEBKAC as "options BGE_FAKE_AUTONEG" is 
 without effect, too. With FreeBSD6.1-RELEASE "options BGE_FAKE_AUTONEG" 
 works fine on the same machine.
 
 Helmut 
 

From: Craig Rodrigues <rodrigc@crodrigues.org>
To: Helmut Schneider <jumper99@gmx.de>
Cc: bug-followup@freebsd.org
Subject: Re: kern/109165: hw.bge.fake_autoneg without effect
Date: Wed, 14 Feb 2007 10:45:22 -0500

 On Wed, Feb 14, 2007 at 02:00:24PM +0000, Helmut Schneider wrote:
 > >How-To-Repeat:
 > echo "hw.bge.fake_autoneg" >> /boot/loader.conf
 > reboot
 
 Try to put this line in /boot/loader.conf:
 hw.bge.fake_autoneg="1"
 
 -- 
 Craig Rodrigues        
 rodrigc@crodrigues.org

From: "Helmut Schneider" <jumper99@gmx.de>
To: "Craig Rodrigues" <rodrigc@crodrigues.org>
Cc: <bug-followup@freebsd.org>
Subject: Re: kern/109165: hw.bge.fake_autoneg without effect
Date: Wed, 14 Feb 2007 17:40:11 +0100

 From: "Craig Rodrigues" <rodrigc@crodrigues.org>
 
 > On Wed, Feb 14, 2007 at 02:00:24PM +0000, Helmut Schneider wrote:
 >> >How-To-Repeat:
 >> echo "hw.bge.fake_autoneg" >> /boot/loader.conf
 >> reboot
 >
 > Try to put this line in /boot/loader.conf:
 > hw.bge.fake_autoneg="1"
 
 Sorry, typo, "hw.bge.fake_autoneg=1" >> /boot/loader.conf
 
 Or are the exclamation marks around 1 important (can't test right now as I 
 rolled back to 6.1)?
 
 
 Helmut 
 

From: "Helmut Schneider" <jumper99@gmx.de>
To: <bug-followup@freebsd.org>
Cc: <rodrigc@crodrigues.org>
Subject: Re: kern/109165: hw.bge.fake_autoneg without effect
Date: Thu, 15 Feb 2007 13:54:37 +0100

 From: "Craig Rodrigues" <rodrigc@crodrigues.org>
 
 > On Wed, Feb 14, 2007 at 02:00:24PM +0000, Helmut Schneider wrote:
 >> >How-To-Repeat:
 >> echo "hw.bge.fake_autoneg" >> /boot/loader.conf
 >> reboot
 >
 > Try to put this line in /boot/loader.conf:
 > hw.bge.fake_autoneg="1"
 
 DOH! "ifconfig_bgex=" in rc.conf is mandatory. A simple "dhclient bgex" does 
 not work...
 
 Helmut, happy now. 
 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Feb 16 08:38:20 UTC 2007 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109165 
>Unformatted:
