From owner-freebsd-hardware@FreeBSD.ORG Tue Feb 3 11:29:27 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 144C916A4CE for ; Tue, 3 Feb 2004 11:29:27 -0800 (PST) Received: from smtp1.linkline.com (smtp1.linkline.com [66.59.235.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398A843D45 for ; Tue, 3 Feb 2004 11:29:19 -0800 (PST) (envelope-from sclements@linkline.com) Received: from sam-clements-desktop.linkline.com (unknown [66.59.225.129]) by smtp1.linkline.com (Postfix) with ESMTP id 20E6F9CE08; Tue, 3 Feb 2004 11:29:17 -0800 (PST) Message-Id: <6.0.0.22.0.20040203111912.05043b20@junior.loungenet.org> X-Sender: spam@junior.loungenet.org X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 03 Feb 2004 11:29:18 -0800 To: "Artem Koutchine" , From: Samuel Clements In-Reply-To: <002401c3e661$32b27c00$0c00a8c0@artem> References: <002401c3e661$32b27c00$0c00a8c0@artem> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: SATA RAID 5 controller for FreeBSD X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2004 19:29:27 -0000 >I am looking for supported RAID 5 controller for FreeBSD and >I am very puzzled after reading all the specs and descrioptions. > >I haven't found any SATA RAID 5 controller in the FreeBSD >supported Hardware list, but some manufacturer claim they >support FreeBSD. > >SO far i have found >1) Promise FastTrak SX4 (around 200$) >2) HighPoint RocketRaid 1640 (aorund 150$ hard to find) >3) EscaladeR 8506 4-port one (around 500$) The Intel SRCS14L is also supported. http://www.intel.com/design/servers/buildingblocks/srcs14l/ This should use the same driver (iir) as the U32's which we use all over the place. The management software (storcon) looks just like the BIOS of the card when you run it! Pretty neat. You should be able to pick one up retail for about $290US. >HightPoint and Escalade AFAIK are well supported by FreeBSD. >FreeBSD 4.8 support is promised in Promise :) FastTrak. > >Here is the dilema: > >As i have read SX4 is not a hardware raid, it uses server's CPU to >do XOR calculations. Which is not good, because it means if >CPU is loaded RAID permonace will degrade. But SX4 has HUGE >cache memory (up to 256MB SDRAM) and FRAM for internal >queue storage. This card has 64M built on and my understanding of RAID is that its hard (not impossible mind you!) to get significant performance benefits going above that. This card as a dedicated Intel 80303 CPU for doing the XOR calcs. -Sam Clements