Date: Tue, 12 Feb 2002 03:35:16 -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-disk.c ata-raid.c ata-raid.h atapi-all.c Message-ID: <200202121135.g1CBZGr65844@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 2002/02/12 03:35:16 PST Modified files: sys/dev/ata ata-all.c ata-disk.c ata-raid.c ata-raid.h atapi-all.c Log: Major update of the ATA RAID code, part 2: More cleanups of the RAID1 failure mode code. Add functionality that writes the changed RAID config setup back to the disks (in controller BIOS specific format), so that a reboot will make the BIOS pick up the changed config. Revision Changes Path 1.129 +1 -12 src/sys/dev/ata/ata-all.c 1.119 +3 -1 src/sys/dev/ata/ata-disk.c 1.24 +398 -127 src/sys/dev/ata/ata-raid.c 1.9 +15 -12 src/sys/dev/ata/ata-raid.h 1.83 +3 -1 src/sys/dev/ata/atapi-all.c 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?200202121135.g1CBZGr65844>