From owner-cvs-src@FreeBSD.ORG Mon May 3 06:01:35 2004 Return-Path: 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 4711816A4CE; Mon, 3 May 2004 06:01:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2768843D41; Mon, 3 May 2004 06:01:35 -0700 (PDT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i43D1YGe010211; Mon, 3 May 2004 06:01:34 -0700 (PDT) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43D1YqY010210; Mon, 3 May 2004 06:01:34 -0700 (PDT) (envelope-from andre) Message-Id: <200405031301.i43D1YqY010210@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 3 May 2004 06:01:34 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii brgphy.c dcphy.c e1000phy.c mii_physubr.c mlphy.c rgephy.c ruephy.c tlphy.c xmphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 03 May 2004 13:01:35 -0000 andre 2004/05/03 06:01:34 PDT FreeBSD src repository Modified files: sys/dev/mii brgphy.c dcphy.c e1000phy.c mii_physubr.c mlphy.c rgephy.c ruephy.c tlphy.c xmphy.c Log: Correct the phy_service() routine case MII_TICK to correctly track the falling edge of a media state change. This is in preparation for media state change notification to the routing socket. No objections by: sam, wpaul, ru, bms Brucification by: bde Revision Changes Path 1.29 +3 -3 src/sys/dev/mii/brgphy.c 1.24 +1 -1 src/sys/dev/mii/dcphy.c 1.11 +2 -2 src/sys/dev/mii/e1000phy.c 1.20 +4 -2 src/sys/dev/mii/mii_physubr.c 1.19 +2 -2 src/sys/dev/mii/mlphy.c 1.3 +3 -3 src/sys/dev/mii/rgephy.c 1.3 +2 -2 src/sys/dev/mii/ruephy.c 1.16 +2 -2 src/sys/dev/mii/tlphy.c 1.14 +2 -2 src/sys/dev/mii/xmphy.c