From owner-cvs-src@FreeBSD.ORG Fri Jun 24 21:43:47 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 CD88616A41C; Fri, 24 Jun 2005 21:43:47 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA31E43D48; Fri, 24 Jun 2005 21:43:47 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5OLhlHY086154; Fri, 24 Jun 2005 21:43:47 GMT (envelope-from dwhite@repoman.freebsd.org) Received: (from dwhite@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5OLhl2E086153; Fri, 24 Jun 2005 21:43:47 GMT (envelope-from dwhite) Message-Id: <200506242143.j5OLhl2E086153@repoman.freebsd.org> From: Doug White Date: Fri, 24 Jun 2005 21:43:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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: Fri, 24 Jun 2005 21:43:48 -0000 dwhite 2005-06-24 21:43:47 UTC FreeBSD src repository Modified files: sys/conf options sys/dev/bge if_bge.c sys/modules/bge Makefile Log: 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. Hardware for testing provided by several folks, including Danny Braniss , Achim Patzner , and OffMyServer. Approved by: re Revision Changes Path 1.509 +3 -0 src/sys/conf/options 1.91 +21 -0 src/sys/dev/bge/if_bge.c 1.3 +1 -1 src/sys/modules/bge/Makefile