Date: Sun, 31 Jan 2010 17:17:24 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/pci fire.c Message-ID: <201001311717.o0VHHiDI093064@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-01-31 17:17:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sparc64/pci fire.c Log: SVN rev 203295 on 2010-01-31 17:17:24Z by marius MFC: r203094 - Zero the MSI/MSI-X queue argument, otherwise mtx_init(9) can panic indicating an already initialized lock. - Check for an empty MSI/MSI-X queue entry before asserting that we have received a MSI/MSI-X message in order to not panic in case of stray MSI/ MSI-X queue interrupts which may happen in case of using an interrupt handler rather than a filter. Revision Changes Path 1.4.2.3 +3 -3 src/sys/sparc64/pci/fire.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001311717.o0VHHiDI093064>