From owner-freebsd-hardware@FreeBSD.ORG Tue Jan 27 08:31:28 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 40F6116A4CE for ; Tue, 27 Jan 2004 08:31:28 -0800 (PST) Received: from mail.bayhosting.net (mail.bayhosting.net [65.244.118.99]) by mx1.FreeBSD.org (Postfix) with SMTP id 8897B43D2F for ; Tue, 27 Jan 2004 08:30:59 -0800 (PST) (envelope-from cknight@ghostwheel.com) Received: (qmail 44795 invoked from network); 27 Jan 2004 16:30:32 -0000 Received: from unknown (HELO ghostwheel.com) (65.243.92.227) by 0 with SMTP; 27 Jan 2004 16:30:32 -0000 Message-ID: <40169241.7050702@ghostwheel.com> Date: Tue, 27 Jan 2004 11:30:57 -0500 From: Chris Knight User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040122 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hardware@freebsd.org References: <401610E4.70604@ghostwheel.com> <40168BA0.5090308@ghostwheel.com> <004101c3e4f1$fe68acf0$0a01a8c0@pluto> In-Reply-To: <004101c3e4f1$fe68acf0$0a01a8c0@pluto> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: LSI MegaRaid ATA 133-2 install question 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, 27 Jan 2004 16:31:28 -0000 Thanks Andrew, That certainly goes along with the results of my testing on this unit. Would you happen to know if I purchased a Promise card, is it capable of auto-rebuilding the mirror when a drive is replaced, or does that have to be done at the console using the board's BIOS? I've been using vinum for years, but I am now spoiled by my DAC960 cards and how they will auto-rebuild a replaced drive. I think ATA RAID controllers have a long way to go... -Chris Andrew Chan wrote: > If I remember correctly, the LSI MegaRaid ATA 133-2 is just a Sil0680 board > with a fancier customized BIOS. > > FreeBSD 4.x (not sure about 5.x, but likely not) doesn't support the Sil0680 > chip in RAID mode. It only supports it as a normal IDE ATA100/133 non-RAID > controller. > > The only ATA RAID cards/chips that FreeBSD 4.x supports are HighPoint 370 > (36x?) and the Promise line of chips. > > Andrew