Date: Tue, 31 May 2011 18:45:15 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/nfe if_nfe.c Message-ID: <201105311845.p4VIjRFY041358@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-05-31 18:45:15 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c Log: SVN rev 222542 on 2011-05-31 18:45:15Z by yongari If driver is not running, disable interrupts and do not try to process received frames. Previously it was possible to handle RX interrupts even if controller is not fully initialized. This resulted in non-working driver after system is up and running. Reported by: hselasky Tested by: hselasky Revision Changes Path 1.49 +1 -1 src/sys/dev/nfe/if_nfe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105311845.p4VIjRFY041358>