Searched hist:169902 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/pci/
H A Dpci_subr.cdiff 169902 Wed May 23 13:31:00 MDT 2007 gallatin Fix a typo in pcib_alloc_msi{x} which resulted in the
device's, not the bridge's, softc to be used to check the
PCIB_DISABLE_MSI flag. This resulted in randomly allowing
or denying MSI interrupts based on whatever value the driver
happened to store at sizeof(device_t) bytes into its softc.

I noticed this when I stopped getting MSI interrupts
after slighly re-arranging mxge's softc yesterday.
H A Dpci_pci.cdiff 169902 Wed May 23 13:31:00 MDT 2007 gallatin Fix a typo in pcib_alloc_msi{x} which resulted in the
device's, not the bridge's, softc to be used to check the
PCIB_DISABLE_MSI flag. This resulted in randomly allowing
or denying MSI interrupts based on whatever value the driver
happened to store at sizeof(device_t) bytes into its softc.

I noticed this when I stopped getting MSI interrupts
after slighly re-arranging mxge's softc yesterday.
/freebsd-10.1-release/tools/build/mk/
H A DOptionalObsoleteFiles.incdiff 238721 Mon Jul 23 14:41:48 MDT 2012 dim When WITHOUT_CLANG is being used, also clean out the clang 3.1 headers
in OptionalObsoleteFiles.inc.

PR: misc/169902
Submitted by: Thomas Eberhardt <sneakywumpus@googlemail.com>
MFC after: 3 days

Completed in 178 milliseconds