From owner-cvs-all Tue Feb 12 3:55:50 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 9281C37B41F; Tue, 12 Feb 2002 03:55:45 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CBZGr65844; Tue, 12 Feb 2002 03:35:16 -0800 (PST) (envelope-from sos) Message-Id: <200202121135.g1CBZGr65844@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 12 Feb 2002 03:35:16 -0800 (PST) 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 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/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