From owner-freebsd-drivers@FreeBSD.ORG Sat Apr 26 23:55:46 2008 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 58527106566B for ; Sat, 26 Apr 2008 23:55:46 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id 352C08FC15 for ; Sat, 26 Apr 2008 23:55:46 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id DA80A1C803F; Sat, 26 Apr 2008 16:55:45 -0700 (PDT) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02661-05; Sat, 26 Apr 2008 16:55:45 -0700 (PDT) Received: from [10.47.1.154] (vpn.office.miralink.com [10.0.0.5]) by plato.miralink.com (Postfix) with ESMTP id 0AFB41C801F; Sat, 26 Apr 2008 16:55:44 -0700 (PDT) Message-ID: <4813C100.7060902@miralink.com> Date: Sat, 26 Apr 2008 16:55:44 -0700 From: Sean Bruno User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: "Anthony J. Palik" References: <984079.32808.qm@web83606.mail.sp1.yahoo.com> In-Reply-To: <984079.32808.qm@web83606.mail.sp1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Sat Apr 26 16:55:45 2008 X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 4813c101158833377160525 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.499 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.499 X-Spam-Level: Cc: freebsd-drivers@freebsd.org Subject: Re: PERC 5/i support 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: Sat, 26 Apr 2008 23:55:46 -0000 Anthony J. Palik wrote: > I recently purchased a Dell PowerEdge 1900 server and discovered that the PERC 5/i RAID controller is not supported by FreeBSD. Is it possible for me to configure my disks so that they will run on BSD using this controller? > _______________________________________________ > freebsd-drivers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org" > Um, according to my little grep of the kernel source tree, the 5/i is supported by "mfi" ... This is under FreeBSD 7. Sean