From owner-freebsd-stable@FreeBSD.ORG Sat Jan 29 23:45:21 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C97BD10657E9 for ; Sat, 29 Jan 2011 23:45:21 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id C6F728FC13 for ; Sat, 29 Jan 2011 23:45:20 +0000 (UTC) Received: by wyf19 with SMTP id 19so4556868wyf.13 for ; Sat, 29 Jan 2011 15:45:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=JaO5Kz+/HHiSb1sbUsZmtzx1WLGg8aXrp54NgDjNczE=; b=FJz2ihJtHhnkBx/qRiRyldehHbe9ysa12NpWKjfiNw3B/RpnUeXP9VmA04JzdqgxOc KL3s7ewcDi86BwgB7sD6uArdUZfRbHy7SHswFJ+86qBWitem2WPEelXorrWELbg73hYI G3XH6db5ZN302rqlyzzWMyEZ5YuASB1EixxpI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=SyWD/5BWrB2BTucAgWrvtXC7iyBgjowUXKzhltyEfUgUteYBZ9vJvcgWit9S5vtpJ1 FGVTblWZsfUxuA8mdR9mmBIxECts1x8RSBae/AXZSw+D5UGmp4B3FPhvRezOVlw39yal BH+Uy/7SXFY7RCs2VhYMwwQJuR2M6XSBOuiNg= MIME-Version: 1.0 Received: by 10.216.220.219 with SMTP id o69mr4649469wep.57.1296343166565; Sat, 29 Jan 2011 15:19:26 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.71.200 with HTTP; Sat, 29 Jan 2011 15:19:26 -0800 (PST) In-Reply-To: <20110129222400.R39951@maildrop.int.zabbadoz.net> References: <20110129222400.R39951@maildrop.int.zabbadoz.net> Date: Sat, 29 Jan 2011 15:19:26 -0800 X-Google-Sender-Auth: so6EqY1CeKrE4HqV9BbnNajFT0Q Message-ID: From: Garrett Cooper To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, freebsd-stable@freebsd.org Subject: Re: KERN - mfi driver for Dell raid h200 on r210 servers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2011 23:45:21 -0000 On Sat, Jan 29, 2011 at 2:24 PM, Bjoern A. Zeeb wrote: > On Sat, 29 Jan 2011, Damien Fleuriot wrote: > >> Hello lists, >> >> >> >> I'm trying to get FreeBSD 8.0 or 8.1 to run on a Dell poweredge r210 >> server. >> >> It ships with a SATA/SAS h200 RAID controller. >> >> >> Sadly, the MFI driver doesn't seem to register for this card... >> >> >> Find below the pciconf -lcvb >> >> -- >> none6@pci0:1:0:0: =A0 =A0 =A0 class=3D0x010700 card=3D0x1f1d1028 chip=3D= 0x00721000 >> rev=3D0x02 hdr=3D0x00 >> =A0 vendor =A0 =A0 =3D 'LSI Logic (Was: Symbios Logic, NCR)' >> =A0 class =A0 =A0 =A0=3D mass storage >> =A0 subclass =A0 =3D SAS >> =A0 bar =A0 [10] =3D type I/O Port, range 32, base 0xfc00, size 256, ena= bled >> =A0 bar =A0 [14] =3D type Memory, range 64, base 0xdf2b0000, size 65536,= enabled >> =A0 bar =A0 [1c] =3D type Memory, range 64, base 0xdf2c0000, size 262144= , >> enabled >> =A0 cap 01[50] =3D powerspec 3 =A0supports D0 D1 D2 D3 =A0current D0 >> =A0 cap 10[68] =3D PCI-Express 2 endpoint max data 256(4096) link x8(x8) >> =A0 cap 03[d0] =3D VPD >> =A0 cap 05[a8] =3D MSI supports 1 message, 64 bit >> =A0 cap 11[c0] =3D MSI-X supports 15 messages in map 0x14 >> -- >> >> >> I have added the following to /usr/src/sys/dev/mfi/mfi_pci.c at line 119= : >> -- >> {0x1000, 0x0072, 0x1028, 0x1f1e, MFI_FLAGS_GEN2, =A0"Dell PERC H200 >> Integrated"}, >> -- > > It's 1f1d not 1f1e. =A0I hope it was only a paste problem into email? +1. PERC7 should be supported by mfi(4) (required bits may need to be added to mfi(4) though as you've pointed out, but additional details may need to be obtained from Dell). Thanks, -Garrett