Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2010 20:30:14 +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:  <201001272030.o0RKUVlx007810@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-01-27 20:30:14 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/pci      fire.c 
  Log:
  SVN rev 203094 on 2010-01-27 20:30:14Z by marius
  
  - 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.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.5       +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?201001272030.o0RKUVlx007810>