From owner-cvs-src@FreeBSD.ORG Thu Jan 5 03:08:35 2006 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 D9DB716A41F; Thu, 5 Jan 2006 03:08:35 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B33B43D55; Thu, 5 Jan 2006 03:08:35 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k0537QDG015889; Wed, 4 Jan 2006 20:07:26 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 04 Jan 2006 20:07:42 -0700 (MST) Message-Id: <20060104.200742.47916240.imp@bsdimp.com> To: sgk@troutmask.apl.washington.edu From: "M. Warner Losh" In-Reply-To: <20060105023831.GA47403@troutmask.apl.washington.edu> References: <200601042300.k04N014j038363@repoman.freebsd.org> <20060105023831.GA47403@troutmask.apl.washington.edu> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 04 Jan 2006 20:07:26 -0700 (MST) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c 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: Thu, 05 Jan 2006 03:08:36 -0000 In message: <20060105023831.GA47403@troutmask.apl.washington.edu> Steve Kargl writes: : On Wed, Jan 04, 2006 at 11:00:01PM +0000, Warner Losh wrote: : > imp 2006-01-04 23:00:01 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/fxp if_fxp.c : > Log: : > Check for 10BaseT media correctly. Before we were confusing : > ifm_status and ifm_active. IFM_10_T gets set in the ifm_active field, : > not in the ifm_status field, as far as I can tell. : > : > Note: this was to enable a workaround that's rarely enabled. I don't know : > how to corrupt my eeprom to test it, and would rather not know... : > : : Does this fix the near 7 minute stall during the probe of fxp0? I serously doubt it. Warner