From owner-cvs-all@FreeBSD.ORG Wed Dec 20 01:37:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5A3416A47B; Wed, 20 Dec 2006 01:37:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A650843CEB; Wed, 20 Dec 2006 01:37:16 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id kBK1bGdV021147; Tue, 19 Dec 2006 20:37:16 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Oleg Bulyzhin Date: Tue, 19 Dec 2006 20:37:10 -0500 User-Agent: KMail/1.6.2 References: <200612200008.kBK08mZm072479@repoman.freebsd.org> <20061220004249.GA42866@lath.rinet.ru> In-Reply-To: <20061220004249.GA42866@lath.rinet.ru> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200612192037.12342.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2359/Tue Dec 19 18:52:09 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mii brgphy.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: Wed, 20 Dec 2006 01:37:41 -0000 On Tuesday 19 December 2006 07:42 pm, Oleg Bulyzhin wrote: > On Wed, Dec 20, 2006 at 12:08:48AM +0000, Jung-uk Kim wrote: > > jkim 2006-12-20 00:08:47 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/mii brgphy.c > > Log: > > - Do not depend on auto negotiation for link speed/duplex > > status. - Read link status from BMSR instead of auxilary status > > register. - Clean up style(9) nits. > > > > Revision Changes Path > > 1.51 +81 -68 src/sys/dev/mii/brgphy.c > > As long as i know, link bit of bmsr register is 'latched low', are > you sure reading bmsr once is enough? Actually you are the second person asking the same question. :-( It is working fine for me but I will back it out if it doesn't. Jung-uk Kim