Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2009 19:18:23 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c
Message-ID:  <200912071918.nB7JIfHY055618@repoman.freebsd.org>

index | next in thread | raw e-mail

yongari     2009-12-07 19:18:23 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  SVN rev 200227 on 2009-12-07 19:18:23Z by yongari
  
  Remove PHY isolate/power down code in bge_stop(). The isolation
  handler in brgphy(4) does not exist and brgphy(4) just resets the
  PHY and returns EINVAL as it has no isolation handler. I also agree
  on Marius's opinion that stop handler of every NIC driver seems to
  be the wrong place for implementing PHY isolate/power down.
  If we need PHY isolate/power down it should be implemented in
  brgphy(4) and users should administratively down the PHY.
  
  Reviewed by:    marius
  
  Revision  Changes    Path
  1.263     +0 -27     src/sys/dev/bge/if_bge.c


help

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