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

Andre Oppermann andre at FreeBSD.org
Mon May 3 06:01:35 PDT 2004


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


More information about the cvs-all mailing list