From owner-cvs-all@FreeBSD.ORG Fri Oct 6 20:53:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D0F916A412; Fri, 6 Oct 2006 20:53:02 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144C543D49; Fri, 6 Oct 2006 20:53:02 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k96Kr10n007512; Fri, 6 Oct 2006 20:53:01 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k96Kr1df007511; Fri, 6 Oct 2006 20:53:01 GMT (envelope-from jmg) Message-Id: <200610062053.k96Kr1df007511@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 6 Oct 2006 20:53:01 +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/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 20:53:02 -0000 jmg 2006-10-06 20:53:01 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: fix fxp so that it will reset the link when you change the speed... This will fix a problem where you boot w/ the default of autoselect, but then set the speed to 100/full, the switch will keep the autoselect/100/full negotiation... This will continue to work till someone resets the switch or unplugs the cable resulting in the switch failing to autoneg and falling back to 100/half, causing a hard to track down duplex mismatch.. Submitted by: nCircle Network Security, Inc. MFC after: 1 week Revision Changes Path 1.258 +5 -0 src/sys/dev/fxp/if_fxp.c