From owner-cvs-src@FreeBSD.ORG  Mon Nov  5 01:32:00 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3C85316A420;
	Mon,  5 Nov 2007 01:32:00 +0000 (UTC)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 332AD13C4B2;
	Mon,  5 Nov 2007 01:32:00 +0000 (UTC)
	(envelope-from yongari@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lA51W0dL021278;
	Mon, 5 Nov 2007 01:32:00 GMT
	(envelope-from yongari@repoman.freebsd.org)
Received: (from yongari@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lA51VxM2021277;
	Mon, 5 Nov 2007 01:31:59 GMT (envelope-from yongari)
Message-Id: <200711050131.lA51VxM2021277@repoman.freebsd.org>
From: Pyun YongHyeon <yongari@FreeBSD.org>
Date: Mon, 5 Nov 2007 01:31:59 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_7
Cc: 
Subject: cvs commit: src/sys/dev/mii rgephy.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Nov 2007 01:32:00 -0000

yongari     2007-11-05 01:31:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/mii          rgephy.c 
  Log:
  MFC rgephy.c rev 1.16 to RELENG_7
    o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so set
      mii_anegticks to MII_ANEGTICKS_GIGE and use it. Previously it used
      to MII_ANEGTICKS which may not be enough to wait before retrying
      autonegotiation process at 1000bps.
    o Reset autonegotation timer if media option is not IFM_AUTO or we
      got a valid link.
    o Announce link loss right after it happends.
    o Autonegiation is retried every mii_anegticks seconds.
    o Report link state changes right after setting autonegotiation.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.15.2.1  +14 -7     src/sys/dev/mii/rgephy.c