Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 18:08:50 +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:  <201011111809.oABI91Sf089504@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-11-11 18:08:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/nfe          if_nfe.c if_nfereg.h if_nfevar.h 
  Log:
  SVN rev 215132 on 2010-11-11 18:08:50Z by yongari
  
  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 )
  MFC after:      1 week
  
  Revision  Changes    Path
  1.38      +174 -55   src/sys/dev/nfe/if_nfe.c
  1.15      +1 -0      src/sys/dev/nfe/if_nfereg.h
  1.8       +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?201011111809.oABI91Sf089504>