From owner-freebsd-stable@FreeBSD.ORG Fri Feb 3 04:38:20 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59C75106566C for ; Fri, 3 Feb 2012 04:38:20 +0000 (UTC) (envelope-from ken@kdm.org) Received: from nargothrond.kdm.org (nargothrond.kdm.org [70.56.43.81]) by mx1.freebsd.org (Postfix) with ESMTP id 258BC8FC13 for ; Fri, 3 Feb 2012 04:38:19 +0000 (UTC) Received: from nargothrond.kdm.org (localhost [127.0.0.1]) by nargothrond.kdm.org (8.14.2/8.14.2) with ESMTP id q134cJqK011584; Thu, 2 Feb 2012 21:38:19 -0700 (MST) (envelope-from ken@nargothrond.kdm.org) Received: (from ken@localhost) by nargothrond.kdm.org (8.14.2/8.14.2/Submit) id q134cIOA011583; Thu, 2 Feb 2012 21:38:18 -0700 (MST) (envelope-from ken) Date: Thu, 2 Feb 2012 21:38:18 -0700 From: "Kenneth D. Merry" To: Eric Message-ID: <20120203043818.GA11558@nargothrond.kdm.org> References: <20120202191105.GA55719@nargothrond.kdm.org> <4F2B50F3.3090108@mikestammer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F2B50F3.3090108@mikestammer.com> User-Agent: Mutt/1.4.2i Cc: stable@freebsd.org, "Desai, Kashyap" Subject: Re: LSI supported mps(4) driver in stable/9 and stable/8 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: Fri, 03 Feb 2012 04:38:20 -0000 On Thu, Feb 02, 2012 at 20:13:55 -0700, Eric wrote: > > Kenneth D. Merry wrote: > >Hi folks, > > > >The LSI-supported version of the mps(4) driver that supports their 6Gb SAS > >HBAs as well as WarpDrive controllers, is now in stable/9 and stable/8. > > > >Please test it out and let me and Kashyap (CCed) know if you run into > >any problems. > > > >In addition to supporting WarpDrive, the driver also supports Integrated > >RAID. > > > >Thanks to LSI for doing the work on this driver! > > > > > > can you elaborate on what the symptoms would be before this commit for > the 6Bg cards? i have a dual channel LSI card (i can get the exact model > tomorrow) connected to a RAID Inc Maverick 8 disk array (one raid6 > volume was created on the Mav) which constantly gets hung up with > messages similar to: > > run_interrupt_driven_hooks - waiting for xpt_config > > every 60 seconds for about 5 iterations after which the box reboots. I > am currently trying 9-RELEASE, but saw the same issues on 8.2. These > messages happen after the USB stack initializes. Turning off the > Maverick allows the system to boot up. i can then turn on the maverick > after the system gets to the login prompt and the disks are detected as > da0 and work just fine. > > the LSI device was detected as mpt0. If you've got an mpt(4) controller, the new driver won't help you. You've got a 3Gb LSI controller, and the mps(4) driver is for 6Gb controllers. It sounds like the mpt driver is getting stuck on boot. Ken -- Kenneth Merry ken@FreeBSD.ORG