From owner-freebsd-scsi@FreeBSD.ORG Wed Mar 9 22:49:49 2011 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 B98B9106566B for ; Wed, 9 Mar 2011 22:49:49 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.freebsd.org (Postfix) with ESMTP id 7632F8FC18 for ; Wed, 9 Mar 2011 22:49:49 +0000 (UTC) X-Ambrisko-Me: Yes Received: from server2.ambrisko.com (HELO internal.ambrisko.com) ([192.168.1.2]) by ironport.ambrisko.com with ESMTP; 09 Mar 2011 14:20:57 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by internal.ambrisko.com (8.14.4/8.14.4) with ESMTP id p29MKvDq010175; Wed, 9 Mar 2011 14:20:57 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.14.4/8.14.4/Submit) id p29MKuip010174; Wed, 9 Mar 2011 14:20:56 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <201103092220.p29MKuip010174@ambrisko.com> In-Reply-To: <201103081710.17409.josh@tcbug.org> To: Josh Paetzel Date: Wed, 9 Mar 2011 14:20:56 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL124d (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Cc: Martin Nilsson , freebsd-scsi@freebsd.org Subject: Re: mps(4) driver (LSI 6Gb SAS) commited to stable/8 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, 09 Mar 2011 22:49:49 -0000 Josh Paetzel writes: | On Saturday, February 19, 2011 07:30:08 am Martin Nilsson wrote: | > >> Thank you Ken for getting this done. Any plan to support the LSI 9240 | > >> (skinny) cards? if its a matter of hardware to develop with, contact | > >> me off list and I can provide you with a development system. | > > | > > That'll be up to LSI most likely. | > > | > > If it has the mpt2 interface, then I'm sure they'll support it through | > > the mps driver. | > > | > > If it has the MegaRAID interface, then the mfi driver would need to be | > > modified. | > | > It is the mfi interface and the driver at LSI:s web supports them, the | > new driver should compile on both i386 and amd64 the previous one were | > i386 only. | > | > /Martin | | The mfi driver on the LSI web page supports the 9240, whereas the stock | FreeBSD mfi driver does not. The LSI driver breaks mfiutil however, so make | sure you have megacli or the like working. | | Xin Li is looking at merging support for the 9240 into FreeBSD mfi, but the | two have diverged so it's not a slam-dunk. You should have Xin have Scott and myself review changes. However, LSI sent me changes (a relative long time ago) to integrate. I need to go through them, test them and have them reviewed. The version on their web site had some concerns and I don't know if this card is one of them. I should be getting back to doing some real FreeBSD work at work but been busy with other work. There are a few things I need to get back into FreeBSD. Hopefully LSI didn't give up on me. Atleast iXsystems was able to off-load some work for me via graid etc. I've been helping to get them to converge versus diverge. However, what is put on their web site can be an early version of work. It's great that LSI is supporting FreeBSD. So far any LSI MegaRAID SAS card that I've tried has worked. I don't have all of them but might be able to get some now from LSI. It might be good in the future to convert mfiutil to use the LSI ioctl. It should be fairly trivial to do our in-house tool uses the LSI ioctl. Users need to understand that their SAS cards are different then their RAID cards. That can usually be figured out looking at Linux references. Thanks, Doug A.