Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2008 07:16:48 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/stge if_stge.c if_stgereg.h
Message-ID:  <200801140716.m0E7GmTr060948@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2008-01-14 07:16:48 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/stge         if_stge.c if_stgereg.h 
  Log:
  Implement WOL capability.
   - Turn on WOL bits in suspend/shutdown method.
   - WOL is disabled in resume routine as WOL can interfere normal
     Rx operation.
   - Move stge_reset() to stge_init_locked() as resetting hardware
     clears configured Rx information which in turn results in
     non-working Rx module after suspend/shutdown operation.
  
  Revision  Changes    Path
  1.11      +46 -11    src/sys/dev/stge/if_stge.c
  1.4       +8 -0      src/sys/dev/stge/if_stgereg.h



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