From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 7 14:35:39 2011 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DBCE10656A9 for ; Mon, 7 Mar 2011 14:35:39 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id B6CCC8FC13 for ; Mon, 7 Mar 2011 14:35:38 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 631C846B03; Mon, 7 Mar 2011 09:35:38 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 42A6A8A01B; Mon, 7 Mar 2011 09:35:18 -0500 (EST) From: John Baldwin To: freebsd-hardware@freebsd.org Date: Mon, 7 Mar 2011 09:19:12 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103070919.12075.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 07 Mar 2011 09:35:18 -0500 (EST) Cc: Robert Arnesson Subject: Re: FreeBSD 8.x and Dell PERC H200? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2011 14:35:39 -0000 On Sunday, March 06, 2011 6:16:25 pm Robert Arnesson wrote: > Hi, > > I'm attempting to install FreeBSD 8.2 on a spanking new Dell R410 server. > The install fails during sysinstall on the disk partioning step with the 'no > disks found'-error. After some googling the problem seems to be lack of > support for the new Dell PERC H200 (and H700 and H800 as well?) raid > controllers in FreeBSD. It makes sense, in our case the system detects the > card and disks but the OS doesnt. However, the hardware notes for 8.2 states > that Dell PERC is supported. Older PERC controllers are supported by the mfi(4), mpt(4), and amr(4) drivers. > I have tried installing 8.1, 8.2 and 9 without success. Recent 9 and 8-stable after 8.2 have a new mps(4) driver that supports the H200. However, I believe it only supports disks in JBOD mode currently. -- John Baldwin