From owner-freebsd-scsi@FreeBSD.ORG Tue Mar 25 18:19:27 2014 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F037CAC; Tue, 25 Mar 2014 18:19:27 +0000 (UTC) Received: from cu01176b.smtpx.saremail.com (cu01176b.smtpx.saremail.com [195.16.151.151]) by mx1.freebsd.org (Postfix) with ESMTP id BBA43C; Tue, 25 Mar 2014 18:19:26 +0000 (UTC) Received: from www.saremail.com (unknown [194.30.0.100]) by proxypop04.sare.net (Postfix) with ESMTPSA id 7F9EF9DD165; Tue, 25 Mar 2014 19:13:12 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 25 Mar 2014 19:13:12 +0100 From: borjam@sarenet.es To: Doug Ambrisko Subject: Re: LSI - MR-Fusion controller driver patch and man page In-Reply-To: <20140325174604.GA41527@cisco.com> References: <20140124185356.GA28724@ambrisko.com> <20140124190047.GA34975@ambrisko.com> <9c3fd2b15e9b4c2cb967519a3b7f98ad@BN1PR07MB247.namprd07.prod.outlook.com> <20140318143738.GA65955@cisco.com> <20140320235534.GA92797@cisco.com> <20140321160954.GB99545@cisco.com> <5C32A3C7-B28B-4E69-9DF0-EE53181085F7@sarenet.es> <20140324174519.GA30345@cisco.com> <20140325174604.GA41527@cisco.com> Message-ID: <4e943a2ed4b188b53af7cf71b66e4cda@sarenet.es> X-Sender: borjam@sarenet.es User-Agent: Saremail/0.8 X-Mailman-Approved-At: Tue, 25 Mar 2014 19:40:03 +0000 Cc: scottl@netflix.com, "Radford, Adam" , sean_bruno@yahoo.com, "Mankani, Krishnaraddi" , dwhite@ixsystems.com, "Maloy, Joe" , jpaetzel@freebsd.org, freebsd-scsi@freebsd.org, "Kenneth D. Merry" , "McConnell, Stephen" X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 18:19:27 -0000 El 25.03.2014 18:46, Doug Ambrisko escribió: > Quick question, what version of FreeBSD are you using? I netbooted > current and then did: > newfs /dev/da4 > mount /dev/da4 /mnt > cd /mnt ; bonnie++ -u 0 > da4 is a Toshiba 300G SAS drive. This worked okay. Now that I recall, I tried with 10 and 10-STABLE. Once I saw that it didn't work I abandoned the idea of using the Invader in that configuration, installing a LSI2008 based card (flashed IBM M1015) and using the Invader just to boot from a mirror. I also found out that the system didn't work when booting from the mirror with FreeBSD 10. but it did with -CURRENT. I copied the mfi driver from -CURRENT to 10-STABLE and I verified that it solved that particular problem (booting from an Invader logic volume) but, after discarding the Invader for ZFS, I didn't repeat the syspd/pass through tests. My fault. http://lists.freebsd.org/pipermail/freebsd-scsi/2014-March/006274.html So, first thing to do tomorrow, repeat the syspd/passthrough tests with STABLE and the backported mfi driver from -CURRENT. Sorry, my fault, I should have tried that :/ Borja.