Date: Fri, 11 Apr 2008 04:01:25 +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: <200804110401.m3B41PIN001796@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2008-04-11 04:01:25 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/stge if_stge.c if_stgereg.h
Log:
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.
Revision Changes Path
1.9.2.2 +46 -11 src/sys/dev/stge/if_stge.c
1.3.2.1 +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?200804110401.m3B41PIN001796>
