From owner-cvs-src@FreeBSD.ORG Sat Jun 25 19:44:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A512C16A41C; Sat, 25 Jun 2005 19:44:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79CC943D1F; Sat, 25 Jun 2005 19:44:27 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 1C25B46BCB; Sat, 25 Jun 2005 15:44:27 -0400 (EDT) Date: Sat, 25 Jun 2005 20:47:59 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Doug White In-Reply-To: <200506242143.j5OLhl2E086153@repoman.freebsd.org> Message-ID: <20050625204723.M83541@fledge.watson.org> References: <200506242143.j5OLhl2E086153@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/dev/bge if_bge.c src/sys/modules/bge Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2005 19:44:27 -0000 On Fri, 24 Jun 2005, Doug White wrote: > Backout the change I made before 5.4-R since I wasn't aware that it was > only > a problem with one particular switch module. Create a kernel option > BGE_FAKE_AUTONEG that restores the 5.4 behavior, which should make the > DNLK > switch module work. IBM/Intel blades with Intel or AD switch modules > should > work without patching or kernel options with this commit. Should this be a tunable or other boot-time/run-time modifiable setting? It would be a shame to have to recompile my kernel if I buy the wrong switch module... Robert N M Watson