Date: Mon, 26 Dec 2005 10:39:21 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c Message-ID: <200512261039.jBQAdLan007168@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-12-26 10:39:21 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Add simple suspend and resume methods. We call em_stop() on suspend and em_init() on resume. With this change the network is ready right after resume, without half minute lag. Tested by: Jacques Garrigue Revision Changes Path 1.95 +40 -0 src/sys/dev/em/if_em.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512261039.jBQAdLan007168>