From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: [PATCH] pci: enable MSI on 8132 Date: Fri, 20 Feb 2009 23:50:31 -0800 Message-ID: References: <20090217230050.GG16841@parisc-linux.org> <86802c440902171511s1abcc0eao560df4b8fcea0e7c@mail.gmail.com> <499B46B2.5040601@kernel.org> <499B6BF7.9090300@kernel.org> <499B724A.2040408@kernel.org> <499B774C.5010705@kernel.org> <499B9129.50104@kernel.org> <499CD466.1060900@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from out01.mta.xmission.com ([166.70.13.231]:40671 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754502AbZBUHuT (ORCPT ); Sat, 21 Feb 2009 02:50:19 -0500 In-Reply-To: <499CD466.1060900@gmail.com> (Robert Hancock's message of "Wed\, 18 Feb 2009 21\:39\:18 -0600") Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Robert Hancock Cc: Yinghai Lu , Jesse Barnes , Andrew Morton , david@lang.hm, Matthew Wilcox , linux-kernel , linux-scsi@vger.kernel.org, DL-MPTFusionLinux@lsi.com, linux-pci@vger.kernel.org Robert Hancock writes: > > Is there a reason why we can't just enable the HT MSI mapping for any bridge > device that has that PCI capability and is underneath an HT bridge? The code should be under CONFIG_X86 because the rules for enabling HT MSI mappings are different for other architectures. But otherwise I can't think of a reason. > Essentially > the code for nv_msi_ht_cap_quirk could potentially be applied to all bridges as > it is currently for NVIDIA and ALi bridges.. Sounds like it would save a fair amount of grief. Eric