]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r203094
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 31 Jan 2010 17:17:24 +0000 (17:17 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 31 Jan 2010 17:17:24 +0000 (17:17 +0000)
commit3c3c7928f7e744377933891a30da83548693b109
tree295293effcf74f47a62de18565799e332c8c0e43
parent1cd449b0df245e479dcc7151871b70780bae3350
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@203295 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sparc64/pci/fire.c