Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2006 19:36:25 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mii brgphy.c ciphy.c mlphy.c rgephy.c tdkphy.c tlphy.c xmphy.c
Message-ID:  <200612021936.kB2JaQJm023228@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2006-12-02 19:36:25 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          brgphy.c ciphy.c mlphy.c rgephy.c 
                         tdkphy.c tlphy.c xmphy.c 
  Log:
  Some style changes to a couple of PHY drivers:
  - Fix some whitespace nits.
  - Fix some spelling in comments.
  - Use MII_ANEGTICKS instead of 5.
  - Don't define variables in nested scope.
  - Remove superfluous returns at the end of void functions.
  - Remove unused static global rgephy_mii_model.
  - Remove dupe $Id$ in tdkphy(4).
  - Sort brgphys table.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.48      +22 -30    src/sys/dev/mii/brgphy.c
  1.8       +2 -8      src/sys/dev/mii/ciphy.c
  1.22      +6 -12     src/sys/dev/mii/mlphy.c
  1.13      +9 -18     src/sys/dev/mii/rgephy.c
  1.21      +1 -9      src/sys/dev/mii/tdkphy.c
  1.22      +9 -10     src/sys/dev/mii/tlphy.c
  1.21      +4 -7      src/sys/dev/mii/xmphy.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612021936.kB2JaQJm023228>