From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751746AbZBRFMF (ORCPT ); Wed, 18 Feb 2009 00:12:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752610AbZBRFLq (ORCPT ); Wed, 18 Feb 2009 00:11:46 -0500 Received: from hera.kernel.org ([140.211.167.34]:54080 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016AbZBRFLp (ORCPT ); Wed, 18 Feb 2009 00:11:45 -0500 Message-ID: <499B985C.1090100@kernel.org> Date: Tue, 17 Feb 2009 21:10:52 -0800 From: Yinghai Lu User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: david@lang.hm CC: Matthew Wilcox , linux-kernel , linux-scsi@vger.kernel.org, DL-MPTFusionLinux@lsi.com Subject: Re: mpt fusion broken sometime since 2.6.24 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> In-Reply-To: <499B976B.6010605@kernel.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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