From owner-freebsd-current@FreeBSD.ORG Tue Feb 7 17:00:24 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B705B1065676; Tue, 7 Feb 2012 17:00:24 +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 3202F8FC0C; Tue, 7 Feb 2012 17:00:16 +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 q17H0G1u052813; Tue, 7 Feb 2012 10:00:16 -0700 (MST) (envelope-from ken@nargothrond.kdm.org) Received: (from ken@localhost) by nargothrond.kdm.org (8.14.2/8.14.2/Submit) id q17H0GGj052812; Tue, 7 Feb 2012 10:00:16 -0700 (MST) (envelope-from ken) Date: Tue, 7 Feb 2012 10:00:16 -0700 From: "Kenneth D. Merry" To: "Desai, Kashyap" Message-ID: <20120207170016.GA51826@nargothrond.kdm.org> References: <20120126045409.GA90912@nargothrond.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i Cc: "freebsd-scsi@freebsd.org" , Stas Orlov , "freebsd-current@freebsd.org" , Dennis Glatting Subject: Re: LSI supported mps(4) driver available X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 17:00:24 -0000 On Tue, Feb 07, 2012 at 21:00:28 +0530, Desai, Kashyap wrote: > Can you to reproduce issue with below mentioned changes.. > > In mps.c > > mps_get_tunables(struct mps_softc *sc) > { > char tmpstr[80]; > > /* XXX default to some debugging for now */ > sc->mps_debug = MPS_FAULT; > > Instead of above line make > sc->mps_debug = 0xd; You can also put the following in /boot/loader.conf: hw.mps.debug_level=0xd Ken -- Kenneth Merry ken@FreeBSD.ORG