From owner-freebsd-hardware@FreeBSD.ORG Sun Feb 25 23:55:31 2007 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1E2B16A402 for ; Sun, 25 Feb 2007 23:55:31 +0000 (UTC) (envelope-from etc@fluffles.net) Received: from auriate.fluffles.net (cust.95.160.adsl.cistron.nl [195.64.95.160]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0D313C461 for ; Sun, 25 Feb 2007 23:55:31 +0000 (UTC) (envelope-from etc@fluffles.net) Received: from destiny ([10.0.0.21]) by auriate.fluffles.net with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1HLTD8-000GEI-5K; Mon, 26 Feb 2007 00:55:22 +0100 Message-ID: <45E2224B.9030605@fluffles.net> Date: Mon, 26 Feb 2007 00:56:59 +0100 From: Fluffles User-Agent: Thunderbird 1.5.0.8 (X11/20061114) MIME-Version: 1.0 To: Paul van der Linden References: <45E1DA61.8090607@paultjuh.org> In-Reply-To: <45E1DA61.8090607@paultjuh.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org Subject: Re: Hardware supported? 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: Sun, 25 Feb 2007 23:55:31 -0000 Paul van der Linden wrote: > I was mostly talking about the raid controller, the Intel ICH7 is > mentioned on the hardware list: > http://www.freebsd.org/cgi/man.cgi?query=ata&sektion=4&manpath=FreeBSD+6.2-RELEASE > > But they only mention ICH7 which is without raid. Does this mean the > raid functionality isn't supported, or the complete ICH7 is > supported(ICH7, ICH7R, enz)? Onboard RAID does not really exist. The actual RAID is done by drivers; onboard RAID is actually software RAID with a minor RAID BIOS which can write metainformation about the array configuration and has BIOS bootstrap support. This is also called "fake RAID". FreeBSD does support some fake RAID metainformation though, by reading the metainfo from the disks and assigning it's own software RAID-mechanism to it. For information of which metainformation formats are supported, checkout the ataraid(4) manpage: http://www.freebsd.org/cgi/man.cgi?query=ataraid&apropos=0&sektion=4&manpath=FreeBSD+6.2-RELEASE&format=html If your fakeraid is called "Intel MatrixRAID", then yes FreeBSD does detect the metainfo and you will have a "ar0" for your first fakeraid array. You should be able to install (and boot) from fakeRAID since there is BIOS bootstrap support. - Veronica