From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 30 00:58:50 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9F27106564A; Sun, 30 Jan 2011 00:58:50 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 422368FC14; Sun, 30 Jan 2011 00:58:49 +0000 (UTC) Received: by wyf19 with SMTP id 19so4585532wyf.13 for ; Sat, 29 Jan 2011 16:58:49 -0800 (PST) Received: by 10.227.133.5 with SMTP id d5mr4450056wbt.90.1296349128387; Sat, 29 Jan 2011 16:58:48 -0800 (PST) Received: from [192.168.0.6] (angel.c-mal.com [82.241.189.111]) by mx.google.com with ESMTPS id u9sm3840074wbg.0.2011.01.29.16.58.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 29 Jan 2011 16:58:47 -0800 (PST) References: <74e2d52b6ce67708a1bb42955b6370fb.squirrel@mail.experts-exchange.com> In-Reply-To: <74e2d52b6ce67708a1bb42955b6370fb.squirrel@mail.experts-exchange.com> Mime-Version: 1.0 (iPhone Mail 8A293) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <594AAF26-1359-4969-AC89-1C59A12D00E9@my.gd> X-Mailer: iPhone Mail (8A293) From: Damien Fleuriot Date: Sun, 30 Jan 2011 01:58:44 +0100 To: "jhelfman@e-e.com" X-Mailman-Approved-At: Sun, 30 Jan 2011 02:02:45 +0000 Cc: "freebsd-hackers@freebsd.org" , "freebsd-stable@freebsd.org" Subject: Re: KERN - mfi driver for Dell raid h200 on r210 servers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2011 00:58:50 -0000 On 29 Jan 2011, at 19:00, jhelfman@e-e.com wrote: >> Hello lists, >>=20 >>=20 >>=20 >> I'm trying to get FreeBSD 8.0 or 8.1 to run on a Dell poweredge r210 >> server. >>=20 >> It ships with a SATA/SAS h200 RAID controller. >>=20 >>=20 >> Sadly, the MFI driver doesn't seem to register for this card... >>=20 >>=20 >> Find below the pciconf -lcvb >>=20 >> -- >> none6@pci0:1:0:0: class=3D0x010700 card=3D0x1f1d1028 chip=3D0x00721= 000 >> rev=3D0x02 hdr=3D0x00 >> vendor =3D 'LSI Logic (Was: Symbios Logic, NCR)' >> class =3D mass storage >> subclass =3D SAS >> bar [10] =3D type I/O Port, range 32, base 0xfc00, size 256, enabled= >> bar [14] =3D type Memory, range 64, base 0xdf2b0000, size 65536, >> enabled >> bar [1c] =3D type Memory, range 64, base 0xdf2c0000, size 262144, >> enabled >> cap 01[50] =3D powerspec 3 supports D0 D1 D2 D3 current D0 >> cap 10[68] =3D PCI-Express 2 endpoint max data 256(4096) link x8(x8) >> cap 03[d0] =3D VPD >> cap 05[a8] =3D MSI supports 1 message, 64 bit >> cap 11[c0] =3D MSI-X supports 15 messages in map 0x14 >> -- >>=20 >>=20 >> I have added the following to /usr/src/sys/dev/mfi/mfi_pci.c at line 119:= >> -- >> {0x1000, 0x0072, 0x1028, 0x1f1e, MFI_FLAGS_GEN2, "Dell PERC H200 >> Integrated"}, >> -- >>=20 >>=20 >> Rebuilt the kernel, tried it on the server, still no luck recognizing >> the RAID card. >>=20 >> As a last resort I'll be setting the drives to passthrough and using a >> software RAID, but I'd much rather this worked out. >>=20 >> Note that mfi actually recognizes Dell's h700 and h800 cards. >>=20 >>=20 >>=20 >>=20 >> Anyone managed to get the h200 card working yet ? >>=20 >>=20 >>=20 >>=20 >> @hackers: please keep me cc'd, I'm not subscribed to this list. >>=20 >>=20 >>=20 >> Regards, >>=20 >> -- >> dfl >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"= >>=20 >>=20 > Hi Damien, >=20 > I would suspect that you would need to compile the 'mpt' driver to get > this to work. I found the same issue in the r310, however I already had > mpt compiled in my kernel for another hardware platform. >=20 > Good Luck! > Jason >=20 Hi, I'm not sure, afaik mpt comes with GENERIC which is the kernel I put in the m= fsbsd image I tried to boot, and which failed to properly register any drive= r for the h200 card.=