K 10 svn:author V 7 yongari K 8 svn:date V 27 2008-04-11T04:01:25.000000Z K 7 svn:log V 413 MFC if_stge.c rev 1.11, if_stgereg.h rev 1.4 to RELENG_7. 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. END