From owner-cvs-all Sat Aug 7 1:15:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04A9915223; Sat, 7 Aug 1999 01:15:38 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA67452; Sat, 7 Aug 1999 01:14:03 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199908070814.BAA67452@freefall.freebsd.org> From: Greg Lehey Date: Sat, 7 Aug 1999 01:14:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumstate.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/08/07 01:14:03 PDT Modified files: sys/dev/vinum vinumstate.c Log: Import RAID-5 code. Add Cybernet copyright. OK'd-by: Chuck Jacobus update_plex_state: If any subdisk in the plex is initializing, set the plex to initializing state. This gets rid of the ugly corrupt/degraded/up transitions which previously occurred. Desired-by: Steve Taylor sddownstate: Add new function, used by checksdstate. checksdstate: Let sddownstate decide what status to return. Revision Changes Path 1.21 +51 -11 src/sys/dev/vinum/vinumstate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message