From owner-freebsd-stable@FreeBSD.ORG Mon Dec 12 20:31:53 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49D331065672 for ; Mon, 12 Dec 2011 20:31:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 204F28FC0C for ; Mon, 12 Dec 2011 20:31:53 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id B31A446B1A; Mon, 12 Dec 2011 15:31:52 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 4362FB91E; Mon, 12 Dec 2011 15:31:52 -0500 (EST) From: John Baldwin To: Jan Mikkelsen Date: Mon, 12 Dec 2011 14:08:45 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <20E452A2-9180-4FC9-87CB-6F16D1D4D01A@transactionware.com> <201112091103.51345.jhb@freebsd.org> <51DA2621-F65E-40AD-87EE-F43BE4AEBA5B@transactionware.com> In-Reply-To: <51DA2621-F65E-40AD-87EE-F43BE4AEBA5B@transactionware.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201112121408.45396.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 12 Dec 2011 15:31:52 -0500 (EST) Cc: freebsd-stable@freebsd.org Subject: Re: mfi(4) issues in 9.0-RC3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2011 20:31:53 -0000 On Sunday, December 11, 2011 7:22:38 pm Jan Mikkelsen wrote: > On 10/12/2011, at 3:03 AM, John Baldwin wrote: > > > On Friday, December 09, 2011 8:38:51 am Jan Mikkelsen wrote: > >> Hi, > >> > >> Can rev 227562 be merged into 9.0? > >> [...] > > > > It is probably too late to make 9.0 at this point as they've already cut the > > final release candidate. > > OK; I'll maintain the patch myself until it gets merged. > > The MegaRAID 9261-8i requires hw.mfi.msi=1 to be set by hand for a boot to successfully complete. It it worth adding a check for that device? I think what I might ask is for folks to try enabling that to see if we can just enable MSI for all mfi(4) devices by default. MSI-X did not work on several devices it seems, but I think MSI has worked on all the folks where I've asked them to try it. -- John Baldwin