From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 9 10:15:09 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 846C716A418; Fri, 9 Nov 2007 10:15:09 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id D447213C4AA; Fri, 9 Nov 2007 10:15:08 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1IqQtC-000KJ0-6D; Fri, 09 Nov 2007 12:15:02 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Jeremy Chadwick In-reply-to: <20071109090147.GA49613@eos.sc1.parodius.com> References: <20071109090147.GA49613@eos.sc1.parodius.com> Comments: In-reply-to Jeremy Chadwick message dated "Fri, 09 Nov 2007 01:01:47 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 09 Nov 2007 12:15:02 +0200 From: Danny Braniss Message-ID: Cc: freebsd-hackers@freebsd.org Subject: Re: bge/ilo blues on Sun X2200 (fwd) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 10:15:09 -0000 > On Fri, Nov 09, 2007 at 10:22:42AM +0200, Danny Braniss wrote: > > trying my luck here :-) > > > > newer kernels (after Oct. 20) are breacking bge. > > i've checked the cvsdiffs, but nothing seems relevant. > > > > the ilo (Integrated Lights Out) port, bge1, though not configured, gets > > configured to 10baseT/UTP , and no magic will > > get it to 100/full-duplex, which is what the ilo was/is using. > > > > this works fine on an Oct 20 system. > > > > any ideas? > > Try using the following in /boot/loader.conf and reboot: > > hw.bge.allow_asf=1 > > The default is 0. Yes, that works! thanks! danny