cvs commit: src/sys/dev/stge if_stge.c if_stgereg.h

Pyun YongHyeon yongari at FreeBSD.org
Sun Jan 13 23:16:49 PST 2008


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


More information about the cvs-src mailing list