From owner-freebsd-drivers@FreeBSD.ORG Fri Nov 25 17:33:11 2011 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F7D21065674 for ; Fri, 25 Nov 2011 17:33:11 +0000 (UTC) (envelope-from stephane.lapie@darkbsd.org) Received: from quasar.darkbsd.org (shinigami.darkbsd.org [82.227.96.182]) by mx1.freebsd.org (Postfix) with ESMTP id B76798FC13 for ; Fri, 25 Nov 2011 17:33:10 +0000 (UTC) Received: from quasar.darkbsd.org (localhost [127.0.0.1]) by quasar.darkbsd.org (Postfix) with ESMTP id 0B56D7B86; Fri, 25 Nov 2011 18:15:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=darkbsd.org; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type; s=selector1; bh=9sRiJcl9DiDan+DNYikqGQIGxDM=; b=o KIPfZiqoVpGpNusYudZNxm3Cpl7rW3cl5AXA73day0LtYc2Uy9kTtKxLcembVYoH 1cqaxpWVItzlhLsRA8fuKR8mObMfYPU3o8sDowkjXoQPnTZdHntzVM6oSXBLQXyO ELNWC7HNid3FxfbQSSgG5OZj5wH83F+5iRX+ejkycQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=darkbsd.org; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type; q=dns; s=selector1; b=gPbeV8/FnsfEzZcFd7m8gr6lMVY 6mIaDEo1GJcG48dpiyl/eMk087D4t3lVpz/QhUq/+jnXbz+2X+SgFduo2AOzbPRW kYHuE0IpTwWc7sL1Rj4OnJR1z45zaydMwwtcScZ5q9UT1iOlfBTWdOrOZj3QJ9fy shpyGB0SR/kZkqM0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbsd.org; h= content-type:content-type:in-reply-to:references:subject:subject :mime-version:user-agent:from:from:date:date:message-id:received :received; s=selector1; t=1322241309; bh=90YFwJyVhLKin5v0k+FQENK av/9qJUnNno910/+0sxQ=; b=Db7uDvqQwBsGYch+szFRtKESX/e8C6+SWaGDocZ kP3MhAermyHZ8Z0bz2IZ1ReQ57T/c1PaUkzQMCiruKxY0ZBvtf5ls2FHdNpekKua DOtMGJ68DUigPChvc2DR3LeknY7nHgu2il+2uLds+pHV5me5tJKgYuug1lQ/Pi9R 4CvQ= Received: from quasar.darkbsd.org ([127.0.0.1]) by quasar.darkbsd.org (quasar.darkbsd.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id pOVlfl4J2JGw; Fri, 25 Nov 2011 18:15:09 +0100 (CET) Received: from [192.168.3.42] (archer.yomi.darkbsd.org [192.168.3.42]) (Authenticated sender: darksoul) by quasar.darkbsd.org (Postfix) with ESMTPSA id 7E6887B7E; Fri, 25 Nov 2011 18:15:08 +0100 (CET) Message-ID: <4ECFCD0F.1040400@darkbsd.org> Date: Sat, 26 Nov 2011 02:14:55 +0900 From: Stephane LAPIE User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Martin_Gla=DF?= References: <-7735953813215797389@unknownmsgid> In-Reply-To: <-7735953813215797389@unknownmsgid> X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB747F9B3FAAD0E338A5D4031" Cc: "freebsd-drivers@freebsd.org" Subject: Re: FreeBSD driver for MegaRAID 9240-8i X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2011 17:33:11 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB747F9B3FAAD0E338A5D4031 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I have checked in 9.0-RC* and 8.2-STABLE, but Skinny Drake controllers are not supported. You have to download and build the mfi driver from LSI's website (the code does not support multiple adapters operating at the same time, though... this is a show stopper for me). Also, the 8.X driver compiles and works on 9.X, BUT with a modification to the LSI code (replace psignal() with kern_psignal()). On 11/24/2011 05:37 PM, Martin Gla=DF wrote: > i don't have such controller at hand but i can test compilation. i'll b= e in > touch when i find time. >=20 > in the mean time, are you sure there is no driver in 8.2-stable, -curre= nt > or even 9.0? >=20 > Am 24.11.2011 um 02:49 schrieb linux freaker : >=20 > Hi, >=20 > I am struggling for this now. > I tried creating own custom ISO through > http://romana.now.ie/writing/customfreebsdiso.html but seems like mfi s= eems > not getting patched and throwing error. > I also followed LSI website for adding the mfi driver manually but it t= oo > dint work. > Any idea how can I have mfi working for this? > Ajeet >=20 > On Fri, Nov 18, 2011 at 6:17 PM, Martin Gla=DF = wrote: >=20 >> check this out. they have drivers for 6.x and 7.x. >> http://kb.lsi.com/Download15873.aspx >> >> you may also find useful information about the progress of native driv= er >> implementation in the following thread: >> http://forums.freebsd.org/archive/index.php/t-4505.html >> >> 2011/11/17 linux freaker >> >>> Hi, >>> >>> I am trying to install FreeBSD 8.x, 91. RC1 on MegaRAID SAS 9240-4i >>> and 9240-8i but it says "No hard disk found".May I know where can I >>> download the drivers? How shall I work with that installation? >>> _______________________________________________ >>> freebsd-drivers@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-drivers >>> To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd= =2Eorg >>> " >>> >> >> >> >> -- >> martin gla=DF >> web & cocoa developer with passion >> based in berlin / germany >> >> glaszig@gmail.com >> > _______________________________________________ > freebsd-drivers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.o= rg" --=20 Stephane LAPIE, EPITA SRS, Promo 2005 "Even when they have digital readouts, I can't understand them." --MegaTokyo --------------enigB747F9B3FAAD0E338A5D4031 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7PzRIACgkQ24Ql8u6TF2NjwwCgk7xOsAs2O2S3Fr45QScEpWp2 w90An2Zqe/4qGCINSF2iAxGVe21bEdEt =MVmM -----END PGP SIGNATURE----- --------------enigB747F9B3FAAD0E338A5D4031--