PCI: quirks: set 'En' bit of MSI Mapping for devices onHT-based nvidia platform
authorPeer Chen <pchen@nvidia.com>
Tue, 5 Feb 2008 07:50:13 +0000 (23:50 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Feb 2008 23:34:37 +0000 (15:34 -0800)
commit9dc625e72309e1c919ea3e7f51d0ffca96123787
tree7bf15530626cbe8afd8d1cd2a92d1a3a99a374ae
parent8b3c7622057266d77222a7b54ea7c529270b8901
PCI: quirks: set 'En' bit of MSI Mapping for devices onHT-based nvidia platform

According to HT spec, to get message interrupt from devices mapped to HT
interrupt message, the 'En' bit of MSI Mapping capability need to be set.
The patch do this setting in quirks code for the devices on HT-based nvidia
platform.

[akpm@linux-foundation.org: coding-style fixes]

Signed-off-by: Andy Currid <acurrid@nvidia.com>
Signed-off-by: Peer Chen <pchen@nvidia.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/quirks.c