Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 2010 17:49:24 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h
Message-ID:  <201011181749.oAIHngx0072595@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-11-18 17:49:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/nfe          if_nfe.c if_nfereg.h if_nfevar.h 
  Log:
  SVN rev 215457 on 2010-11-18 17:49:24Z by yongari
  
  MFC r215132,215194:
  r215132:
    Add basic WOL support for MCP ethernet controllers. It seems the
    controller does not perform automatic switching from 1000Mbps link
    to 10/100Mbps link when WOL is activated. Implement establishing
    10/100Mps link with auto-negotiation in driver. Link status change
    handler was modified to remove taskqueue based approach since driver
    now needs synchronous handling for link establishment.
  
    Submitted by: Yamagi Burmeister (lists <> yamagi.org ) (initial version)
    Tested by:    Yamagi Burmeister (lists <> yamagi.org )
  
  r215194:
    Fix regression introduced in r215132. Caller always holds a driver
    lock before accessing mii, so locking is not needed here.
  
    Reported by:  Rob Farmer (rfarmer <> predatorlabs dot net)
  
  Revision   Changes    Path
  1.21.2.12  +172 -57   src/sys/dev/nfe/if_nfe.c
  1.10.2.5   +1 -0      src/sys/dev/nfe/if_nfereg.h
  1.5.2.3    +0 -1      src/sys/dev/nfe/if_nfevar.h



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