Date: Tue, 17 Feb 2009 15:47:13 +0000 (UTC) From: Rafal Jaworowski <raj@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/tsec if_tsec.c Message-ID: <200902171547.n1HFlPlP065577@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
raj 2009-02-17 15:47:13 UTC FreeBSD src repository Modified files: sys/dev/tsec if_tsec.c Log: SVN rev 188715 on 2009-02-17 15:47:13Z by raj tsec(4): do not clear interrupt events register before use. Prior to this fix, IEVENT register was always cleared before calling tsec_error_intr_locked(), which prevented error recovery actions from happening with polling enabled (and could lead to serious problems, including controller hang). Submitted by: Marcin Ligenza marcinl ! pacomp dot com dot pl Revision Changes Path 1.9 +2 -2 src/sys/dev/tsec/if_tsec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902171547.n1HFlPlP065577>