From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 13:25:55 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8EC11065673 for ; Wed, 16 Mar 2011 13:25:55 +0000 (UTC) (envelope-from kazakevichilya@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 69AB18FC12 for ; Wed, 16 Mar 2011 13:25:55 +0000 (UTC) Received: by wyf23 with SMTP id 23so1752606wyf.13 for ; Wed, 16 Mar 2011 06:25:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=V60TYSZxHcEnU9emNUO0pylU6pGFeOcTZPHni5e9zp0=; b=VvuF6TAqPaDYGabWzPrFHpFO/uJrTpTQABS2EEDU3Q+s9irp9w9YsjXPvVsLebGXvH v6xwTCHUb/cN3oQr7e19PuXwH/ZTeccBQBq0+kOUXUY1bq/QgqtCaomOqN+bfqGNzaVJ 4u3gg5W9ZSRnp+ftol4vBQmpyN9gYhQAX8LTQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=p4myX/bnhpYkO+gSZhU+PMVTwkG0lsX4toOBOsSn7fkeCSG9etPcSz3kM0UBkbBSaH WF3HvKE/eIxKKuBqQefQ70nTfAZPE2yeR5/6xyL9ciAjktrj5ZUZceORdUmyd8IFHSoT 9ifyTNKp7hdtmjHB0Jk5JVfRhYVfj+ucYEJkE= MIME-Version: 1.0 Received: by 10.227.180.138 with SMTP id bu10mr783761wbb.226.1300281954308; Wed, 16 Mar 2011 06:25:54 -0700 (PDT) Received: by 10.227.157.148 with HTTP; Wed, 16 Mar 2011 06:25:54 -0700 (PDT) In-Reply-To: <00ca01cbe3da$e1ee5620$a5cb0260$@wakefield.sch.uk> References: <00ca01cbe3da$e1ee5620$a5cb0260$@wakefield.sch.uk> Date: Wed, 16 Mar 2011 16:25:54 +0300 Message-ID: From: Ilya Kazakevich To: mcoyles@horbury.wakefield.sch.uk, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Booting from firmware RAID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2011 13:25:56 -0000 Thank you. I configured boot0 to my ar0 and tried to boot from it. It freezes. I use RAID10 and Intel-ICH7. Looks like I've faced with some other troubles.. Ilya. On Wed, Mar 16, 2011 at 4:05 PM, mcoyles wrote: > >This is probably more PC-specific than freebsd-specific question. I have > >intel firmware raid. OS needs drivers to work with it. FreeBSD sees it as > >ar0, so it has drivers. > >But I want my OS to be installed on this drive and boot from it. It is not > >good idea, but I really want to do it:) > >Is it possible? > > > >boot0 and boot1 both work with HDD via BIOS interrupts and CHS, right? So, > >how do they know how to access RAID? They has no drivers. > >Or BIOS supports interrupts to access RAID with out of drivers? If so -- > >what for drivers are needed? To access drive via ATA interface? > > Bios support interrupts and can thus boot from firmware raid. > Under windows drivers typically just give you full speed / management > features > > ----- > Marci > >