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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to