From owner-freebsd-scsi@FreeBSD.ORG Wed Mar 21 03:21:11 2012 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35B1C1065673 for ; Wed, 21 Mar 2012 03:21:11 +0000 (UTC) (envelope-from bsalinux@gmail.com) Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id E39198FC17 for ; Wed, 21 Mar 2012 03:21:10 +0000 (UTC) Received: by qao25 with SMTP id 25so455555qao.13 for ; Tue, 20 Mar 2012 20:21:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=ZszMmdKMZ8iRTdg6KdX4ytiGSS/fXAW6OCqphZc78GE=; b=MT/pbCVz1rj4DWI+NILi+gTqQ0UCZfxEECja2sZ0YmJyBlX0kcAT55ASrhLV5bYQDB K07mTgXdtf1U4h1xO0IY4aK7DHJb6u8j5OKvb2lRfmB/8PwpM2/FEz0OPPmFAbxa49Ti xireSXtQMPsI4LdkEpQbnG1veAJrAxb+qyadNPdSmc1r070QuvxJkQDzlpuIcOTUxbsN h3tNmm1XPfY3+Wasr+wxd6rR6Rdch8u1l80GedPswP3jSpV8U+wkB6szkeW0qb0L9lb/ VTG+w19ttkC04hSvhpUuFG3l9UnOUO1ZTPPUiEQoCnmQyEMioq3RqTjKXWfX/rp8ybB9 lxTw== MIME-Version: 1.0 Received: by 10.229.136.82 with SMTP id q18mr938277qct.18.1332300070374; Tue, 20 Mar 2012 20:21:10 -0700 (PDT) Received: by 10.229.71.15 with HTTP; Tue, 20 Mar 2012 20:21:10 -0700 (PDT) In-Reply-To: <201203121953.q2CJrdg4056147@ambrisko.com> References: <201203121953.q2CJrdg4056147@ambrisko.com> Date: Tue, 20 Mar 2012 20:21:10 -0700 Message-ID: From: "bsalinux@gmail.com" To: Doug Ambrisko , freebsd-scsi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: IBM M1015 support X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2012 03:21:11 -0000 Thanks for the suggestion Doug. On Mon, Mar 12, 2012 at 12:53 PM, Doug Ambrisko wro= te: > bsalinux@gmail.com writes: > | Kashyap, > | > | Where can I find the current version of mfi driver from LSI? > | > | One of the threads pointed at > | http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/4.23_Free= BSD_SAS_Driver.zip > | but looks like it no longer exist. Supposedly this driver supports IBM > | ServeRAID M1015. > | > | I looked at the downloads section on individual product pages but > | couldn't find it there. > | > | Any help would be appreciated. > | > | Thanks. > | > | On Sun, Feb 26, 2012 at 6:57 PM, Desai, Kashyap = wrote: > | > YES, LSI has plan to do mfi drivers changes in order to fix basic nee= d > | > for customers. > | > > | > I am not sure which freebsd version will be the first one to get thos= e > | > changes in. =A0As of now I have this much information to share so wai= t > | > for some more time to get more info. > > There is the project in svn.freebsd.org > =A0 =A0 =A0 =A0base/projects/head_mfi > > that should support all current LSI mfi(4) based cards. =A0We are pretty > close to getting it merged in FreeBSD. =A0There was a bug I needed to > fix to not act on AEN notifications while booting and more style clean > ups. =A0It is in pretty good shape when you enable hw.mfi.msi=3D1. =A0I'm= going > to make that the default. > > The driver came from LSI with a bunch more work from some FreeBSD develop= ers > to get it into a form that can be part of FreeBSD. > > Thanks, > > Doug A.