From owner-freebsd-scsi@FreeBSD.ORG Tue Feb 7 20:42:57 2012 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 7E903106564A for ; Tue, 7 Feb 2012 20:42:57 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id EE2C78FC13 for ; Tue, 7 Feb 2012 20:42:56 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id q17KgtJY072380; Tue, 7 Feb 2012 21:42:55 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id q17KgtjC072379; Tue, 7 Feb 2012 21:42:55 +0100 (CET) (envelope-from marius) Date: Tue, 7 Feb 2012 21:42:55 +0100 From: Marius Strobl To: Slawa Olhovchenkov Message-ID: <20120207204255.GY39861@alchemy.franken.de> References: <20120130152555.GL1684@zxy.spb.ru> <20120130174903.GI39861@alchemy.franken.de> <20120130215227.GR1684@zxy.spb.ru> <20120131232938.GM39861@alchemy.franken.de> <20120207092647.GD84338@zxy.spb.ru> <20120207201217.GX39861@alchemy.franken.de> <20120207203121.GF84338@zxy.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120207203121.GF84338@zxy.spb.ru> User-Agent: Mutt/1.4.2.3i Cc: freebsd-scsi@freebsd.org Subject: Re: Trouble with LSI SAS1078 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: Tue, 07 Feb 2012 20:42:57 -0000 On Wed, Feb 08, 2012 at 12:31:21AM +0400, Slawa Olhovchenkov wrote: > On Tue, Feb 07, 2012 at 09:12:17PM +0100, Marius Strobl wrote: > > > On Tue, Feb 07, 2012 at 01:26:47PM +0400, Slawa Olhovchenkov wrote: > > > On Wed, Feb 01, 2012 at 12:29:38AM +0100, Marius Strobl wrote: > > > > > > > On Tue, Jan 31, 2012 at 01:52:27AM +0400, Slawa Olhovchenkov wrote: > > > > > On Mon, Jan 30, 2012 at 06:49:03PM +0100, Marius Strobl wrote: > > > > > > > > > > > On Mon, Jan 30, 2012 at 07:25:55PM +0400, Slawa Olhovchenkov wrote: > > > > > > > I found PR kern/134520 and discursion in -scsi at 2010-05-01. > > > > > > > I have same trouble for 9.0-RELEASE and Intel SR2600URLXR. > > > > > > > > > > > > > > Matthew Jacob (currently not working on mpt) wrote "I have this > > > > > > > chassis and it seems to work okay for me". > > > > > > > > > > > > > > I think difference in AXXRAKSAS2 -- working system have full RAID > > > > > > > support, system with "unable to map registers in PIO mode" -- lost > > > > > > > RAID support. > > > > > > > > > > > > > > Can somebody modify driver for support this configuration? > > > > > > > > > > > > Could you please provide the mpt-bits of a verbose dmesg of that > > > > > > board? > > > > > > > > > > As I see in mpt_pci.c all mpt-bits don't exist because after > > > > > > > > > > === > > > > > mpt0: port 0x1000-0x10ff mem 0xb1940000-0xb1943fff,0xb1900000-0xb193ffff irq 16 at device 0.0 on pci13 > > > > > mpt0: unable to map registers in PIO mode > > > > > === > > > > > > > > > > mpt_pci_attach immediately failed. > > > > > > > > Would you be able to test a patch on that machine by installing on > > > > another machine and swapping disks, netboot or something like that? > > > > > > I can test you patch at this machine (currently installed on USB HDD). > > > > Okay, could please give the following patch a try? > > http://people.freebsd.org/~marius/mpt_sas1078.diff > > On first look its working! > Many strange messages in dmesg (Error 6, Unretryable error; Unexpected > Bus Free; etc). Delay on load driver (kern.cam.scsi_delay may be?). > > I can read first 100 secrors from da1 and da2. > Some delay of maybe 2-4 seconds when mpt(4) is attaching is normal. Which of the mpt(4) clutter remains if you don't boot verbose? Marius