From owner-freebsd-scsi@FreeBSD.ORG Sun Feb 26 08:16:58 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 EC470106566B for ; Sun, 26 Feb 2012 08:16:57 +0000 (UTC) (envelope-from bsalinux@gmail.com) Received: from mail-qw0-f47.google.com (mail-qw0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 9E4608FC08 for ; Sun, 26 Feb 2012 08:16:57 +0000 (UTC) Received: by qadz30 with SMTP id z30so740453qad.13 for ; Sun, 26 Feb 2012 00:16:57 -0800 (PST) Received-SPF: pass (google.com: domain of bsalinux@gmail.com designates 10.229.136.196 as permitted sender) client-ip=10.229.136.196; Authentication-Results: mr.google.com; spf=pass (google.com: domain of bsalinux@gmail.com designates 10.229.136.196 as permitted sender) smtp.mail=bsalinux@gmail.com; dkim=pass header.i=bsalinux@gmail.com Received: from mr.google.com ([10.229.136.196]) by 10.229.136.196 with SMTP id s4mr5449694qct.71.1330244217160 (num_hops = 1); Sun, 26 Feb 2012 00:16:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=SVJ68hmHFHey83kUOWbIbCAMpo62Sfclvj5jFOqYIRE=; b=KGEd3tU3U8GrUHwRIATHD7TGLA/BRxj6L1ilEaycDnR4LrkGi4tVdb1n+ZHX0CGs2R hxoVkLU857Nob79UGsft71XNGRHUmbi9dSic3MFrgIYmE16mdbOsuN+IKBmWZaQSlQZG f9BdDgtG5LFyJHkgWYD3j3QYMt3emdKrRjDGk= MIME-Version: 1.0 Received: by 10.229.136.196 with SMTP id s4mr4480104qct.71.1330244217108; Sun, 26 Feb 2012 00:16:57 -0800 (PST) Received: by 10.229.13.149 with HTTP; Sun, 26 Feb 2012 00:16:56 -0800 (PST) In-Reply-To: <4F49E977.6040609@fuckner.net> References: <4F494676.2000909@fuckner.net> <4F49D01C.4020304@fuckner.net> <4F49E977.6040609@fuckner.net> Date: Sun, 26 Feb 2012 00:16:56 -0800 Message-ID: From: "bsalinux@gmail.com" To: freebsd-scsi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: IBM M1015 support 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: Sun, 26 Feb 2012 08:16:58 -0000 Thanks Michael, How confident are you that if the card is flashed to 9240 will work? Don't worry I won't blame you :-) Thanks. > > http://www.lsi.com/products/storagecomponents/Pages/MegaRAIDSAS9240-8i.as= px > > http://www.lsi.com/products/storagecomponents/Pages/LSISAS9210-8i.aspx > > You can try to flash LSI 9210-8i-fw under DOS environment- but I'm not su= re > if this works. I flashed IBM M1000 (I'm not exactly sure what IBM part it > was) to LSI 9210-4i4e. This worked, but those are both mpt2sas, not > megaraid_sas -> mpt2sas. > > IIRC I used the following commands > sas2flsh -o -e 6 -c 0 > sas2flsh -f 2118ir.bin -b mptsas2.rom -c 0 > > - you have to adjust the firmware file > - I just saw some options in sas2flsh -o -h: > > =A0 =A0 =A0 =A0-e x: =A0 =A0Erase selected controller's flash region > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 x =3D Segment(s) of flash to erase > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1 . . . Erase NVSRAM > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 2 . . . Erase Backup Firmware > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 3 . . . Erase Persistent Pages including = Manufacturing Pages > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 4 . . . Manufacturing Parameter Block > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 5 . . . Boot Services > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 6 . . . Clean Flash (erase all except Man= ufacturing > Parameter Block) > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 7 . . . Erase Complete Flash > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 8 . . . Erase MegaRAID Firmware > > > So perhaps -o -e 8 is what you want > > > But please don't blame me if you brick it, I rarely have IBM-HW in my han= ds > and I don't know if they are really exactly the same as the LSI cards. > > Regards, > =A0Michael!