From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754691AbZBQXUk (ORCPT ); Tue, 17 Feb 2009 18:20:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753126AbZBQXUa (ORCPT ); Tue, 17 Feb 2009 18:20:30 -0500 Received: from rv-out-0506.google.com ([209.85.198.234]:54779 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752678AbZBQXU3 (ORCPT ); Tue, 17 Feb 2009 18:20:29 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=g2MIhwWCNiSI87PFDiEHwr7TwFunoogqrZzoTHoOG5vqlr0IIgRAZGYa+gxBPH57I1 es4hC4vonhY78JPuDgN7oVG9EZymXgqjirr+gn+F/GjcktjlT8LRE4YH2Y5/7Mprt6o8 ngp5oaCmzLoOWrjmwLL0nebBRjBNV0N+pPjy0= MIME-Version: 1.0 In-Reply-To: <20090217231101.GH16841@parisc-linux.org> References: <20090217230050.GG16841@parisc-linux.org> <20090217231101.GH16841@parisc-linux.org> Date: Tue, 17 Feb 2009 15:20:28 -0800 X-Google-Sender-Auth: f6111311e901a661 Message-ID: <86802c440902171520r4eb9c94ev416a54c540cf60c1@mail.gmail.com> Subject: Re: mpt fusion broken sometime since 2.6.24 From: Yinghai Lu To: Matthew Wilcox , Andrew Morton , James Bottomley , Linus Torvalds Cc: david@lang.hm, linux-kernel , linux-scsi@vger.kernel.org, DL-MPTFusionLinux@lsi.com 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 On Tue, Feb 17, 2009 at 3:11 PM, Matthew Wilcox wrote: > On Tue, Feb 17, 2009 at 03:07:26PM -0800, david@lang.hm wrote: >> >mptbase.mpt_msi_enable_sas=0 >> >> is that disabling SAS for this system? if so, that's the wrong thing to do >> (the drives are SAS) > > no, it's disabling msi for sas controllers. > > nb, I said this patch (e382968ba618e016ff7922dff9a6140c2f9108c8) was > the wrong way to go about getting MSI working. yes. that patch really does disable the mptsas with MSI. http://lkml.org/lkml/2009/2/6/375 it should get into 2.6.29... YH