From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yinghai Lu Subject: Re: mpt fusion broken sometime since 2.6.24 Date: Tue, 17 Feb 2009 21:10:52 -0800 Message-ID: <499B985C.1090100@kernel.org> 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> <499B807B.2050509@kernel.org> < 499B84CE.7090707@kernel.org> <499B976B.6010605@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <499B976B.6010605@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: david@lang.hm Cc: Matthew Wilcox , linux-kernel , linux-scsi@vger.kernel.org, DL-MPTFusionLinux@lsi.com List-Id: linux-scsi@vger.kernel.org Yinghai Lu wrote: > david@lang.hm wrote: >> On Tue, 17 Feb 2009, Yinghai Lu wrote: >> >>> please try two patches at the same time on 2.6.29-rc5. >>> don't apply other patch. >> I did a git checkout -f HEAD then applied these two patches and the >> result works. >> > but should have > > pci 0000:80:10.0: Enabling HT MSI Mapping > pci 0000:80:11.0: Enabling HT MSI Mapping > > because previous patch have > pci 0000:80:10.0: Found disabled HT MSI Mapping > pci 0000:80:10.0: MSI quirk detected; subordinate MSI disabled > pci 0000:80:11.0: Found disabled HT MSI Mapping > pci 0000:80:11.0: MSI quirk detected; subordinate MSI disabled > ok i saw that... pci 0000:80:10.0: Enabling HT MSI Mapping pci 0000:80:10.1: reg 10 64bit mmio: [0xfebfe000-0xfebfefff] pci 0000:80:11.0: Enabling HT MSI Mapping pci 0000:80:11.1: reg 10 64bit mmio: [0xfebff000-0xfebfffff] it appears early. that patch enabling MSI does work... YH