cvs commit: src/sys/dev/mii bmtphy.c gentbi.c mii_physubr.c

Marius Strobl marius at FreeBSD.org
Mon Nov 27 21:27:47 PST 2006


marius      2006-11-27 23:50:19 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          bmtphy.c gentbi.c mii_physubr.c 
  Log:
  Analogous to mii_add_media(), factor out the code for checking whether
  the BMSR contains any media at all to mii_phy_add_media(). The majority
  of the drivers currently using mii_phy_add_media() were missing such a
  check anyway though.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.11      +1 -5      src/sys/dev/mii/bmtphy.c
  1.2       +1 -5      src/sys/dev/mii/gentbi.c
  1.27      +6 -0      src/sys/dev/mii/mii_physubr.c


More information about the cvs-src mailing list