From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 21 21:53:51 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21332106564A for ; Wed, 21 Dec 2011 21:53:51 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [70.91.206.90]) by mx1.freebsd.org (Postfix) with ESMTP id F08638FC17 for ; Wed, 21 Dec 2011 21:53:50 +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; 21 Dec 2011 13:25:57 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by internal.ambrisko.com (8.14.4/8.14.4) with ESMTP id pBLLPET4021098; Wed, 21 Dec 2011 13:25:14 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.14.4/8.14.4/Submit) id pBLLPDvu021096; Wed, 21 Dec 2011 13:25:13 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <201112212125.pBLLPDvu021096@ambrisko.com> In-Reply-To: <3A13B3B1-4CDE-4D5A-A6F3-E7DC5BB0E4E3@averesystems.com> To: Andrew Boyer Date: Wed, 21 Dec 2011 13:25:13 -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: freebsd-hackers@freebsd.org, Jan Mikkelsen , Hugo Silva Subject: Re: mfi (Dell H700) + hot swapping doesn't appear to work with RC1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2011 21:53:51 -0000 Andrew Boyer writes: [snip] | Has anyone managed to get the real JBOD mode working on this controller? | It advertises support in the firmware but doesn't seem to do anything. | The documentation only lists JBOD mode as a feature of the lower-end | controllers. [snip] The current mfi driver doesn't have support for JBOD support. The new one that is being working does have true JBOD support. Some people have been doing something like this via the cam passthough hack. With JBOD inserting the disk and removing a disk as hot swap is working. There are some rough edges on the new driver that are being worked out by a few people. It supports all current LSI MegaRAID cards. So things should get better in the near future. Thanks, Doug A.