From owner-cvs-all Sun Mar 31 3:36:44 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 E0B9037B400; Sun, 31 Mar 2002 03:36:33 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VBaXn61512; Sun, 31 Mar 2002 03:36:33 -0800 (PST) (envelope-from sos) Message-Id: <200203311136.g2VBaXn61512@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 31 Mar 2002 03:36:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ata.h X-FreeBSD-CVS-Branch: RELENG_4 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/31 03:36:32 PST Modified files: (Branch: RELENG_4) sys/sys ata.h Log: MFC: Add support for getting status (fan, temp, 5V and 12V levels) from Promise Superswap enclosures. 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.8.2.3 +18 -1 src/sys/sys/ata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message