Date: Sun, 31 Mar 2002 03:37:13 -0800 (PST) From: Søren Schmidt <sos@FreeBSD.org> 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 Message-ID: <200203311137.g2VBbDc61575@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 2002/03/31 03:37:13 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c ata-raid.c ata-raid.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.50.2.33 +152 -13 src/sys/dev/ata/ata-all.c 1.3.2.12 +320 -99 src/sys/dev/ata/ata-raid.c 1.2.2.6 +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203311137.g2VBbDc61575>