From owner-freebsd-current@FreeBSD.ORG Tue Apr 6 20:52:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD59416A4CE for ; Tue, 6 Apr 2004 20:52:23 -0700 (PDT) Received: from www.ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D67543D5E for ; Tue, 6 Apr 2004 20:52:23 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.9p2/8.12.9) with ESMTP id i373TACf013933; Tue, 6 Apr 2004 20:29:11 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.9p2/8.12.9/Submit) id i373TAar013932; Tue, 6 Apr 2004 20:29:10 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200404070329.i373TAar013932@ambrisko.com> In-Reply-To: <20040402190103.C46609@carver.gumbysoft.com> To: Doug White Date: Tue, 6 Apr 2004 20:29:10 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: Mike Jakubik cc: freebsd-current@freebsd.org Subject: Re: ICH5R SATA RAID? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2004 03:52:23 -0000 Doug White writes: | On Thu, 1 Apr 2004, Mike Jakubik wrote: | | > Hello, | > | > I recently purchased a Supermicro Intel P4 MB w/ 875P chipset (p4sce) with | > the assumption/hope that serial ata raid would function. However this does | > not seem so. After managing to install FreeBSD on a pata drive (the | > bootloader would crash if I used a cd to install when serial controller | > was enabled, had to use a floppy) and updating to latest ?current code, | > the raid controller is not recognized. This is what dmseg displays: | | The Adaptec HostRAID mode of the ICH5 is not supported at this time. Say what? The ICH5 RAID is SW raid and it nothing more then the SATA device with a different device ID when you flip a bit in the ICH. It works just like a SATA device since it is. Intel has a Promise like RAID bios extension to manage the SW RAID. Now the Adaptec Chip which is not an ICH is a different beast. The ICH5-R that the the p4sce is, is not the Adaptec thing. Now there is an Adaptec SATA RAID card that I've played with that seems to work fine with the aac driver. Don't know if this is the same that is on HostRAID motherboards. I have support for this HW in -stable & -current. I have not looked at decoding the Intel RAID configuration info. However, if you are just doing mirroring you can safely ignore that for the most part. At the minimum it is just a device ID change to the ICH5 SATA device. I do have some stability code to deal with SATA errors to prevent system hangs on media/device errors. I have a SuperMicro system that does the Intel "ICH5-R" RAID. I should get inspired via the Linux code and see if I can add that. So far I've haved setup the RAID but have turned on the ICH flag. Doug A.