From owner-cvs-all Wed Mar 27 2:59: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CF8637B422; Wed, 27 Mar 2002 02:58:59 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2RAwxS77330; Wed, 27 Mar 2002 02:58:59 -0800 (PST) (envelope-from sos) Message-Id: <200203271058.g2RAwxS77330@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 27 Mar 2002 02:58:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-raid.c ata-raid.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/03/27 02:58:59 PST Modified files: sys/dev/ata ata-all.c ata-raid.c ata-raid.h Log: Add support for creating/deleting ATA RAID's. This completes the ATA RAID support, since all functions to manipulate the RAID are accessible from FreeBSD, the BIOS on the ATA RAID cards are only nessesary for booting. I decided to allow for creation of ATA RAID's on any ATA controller, but please keep in mind the restrictions on that. Due to the BIOS not knowing what to do you can only boot from a RAID1 or the first disk in a SPAN, if its not located on a "real" ATA RAID controller like the Promise or Highpoint controllers. Sponsored by: Advanis Revision Changes Path 1.141 +10 -4 src/sys/dev/ata/ata-all.c 1.40 +315 -99 src/sys/dev/ata/ata-raid.c 1.16 +7 -3 src/sys/dev/ata/ata-raid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message