cvs commit: src/sys/dev/mii amphy.c exphy.c inphy.c lxtphy.c nsphy.c rlphy.c

Marius Strobl marius at FreeBSD.org
Fri Jan 12 22:27:47 UTC 2007


marius      2007-01-12 22:27:47 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          amphy.c exphy.c inphy.c lxtphy.c nsphy.c 
                         rlphy.c 
  Log:
  Use mii_phy_add_media()/mii_phy_setmedia()-compatible media table
  indices when manually adding media. Some of these I've missed while
  converting drivers to take advantage of said fuctions recently,
  others where longstanding bugs.
  
  Revision  Changes    Path
  1.22      +1 -1      src/sys/dev/mii/amphy.c
  1.22      +1 -1      src/sys/dev/mii/exphy.c
  1.17      +1 -1      src/sys/dev/mii/inphy.c
  1.19      +2 -2      src/sys/dev/mii/lxtphy.c
  1.28      +1 -1      src/sys/dev/mii/nsphy.c
  1.26      +1 -1      src/sys/dev/mii/rlphy.c


More information about the cvs-src mailing list