From owner-cvs-all Mon Aug 23 19:30:27 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 491B7158A0; Mon, 23 Aug 1999 19:30:14 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA29421; Mon, 23 Aug 1999 19:29:42 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199908240229.TAA29421@freefall.freebsd.org> From: Greg Lehey Date: Mon, 23 Aug 1999 19:29:42 -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/23 19:29:41 PDT Modified files: sys/dev/vinum vinumstate.c Log: set_sd_state: Correct the conditions for bringing up empty or initialized subdisks. Tidy up some comments. Eliminate sddownstate(); it wasn't being used any more. Return REQUEST_DOWN instead. Add setstate_by_force() to implement the VINUM_SETSTATE_FORCE ioctl for diddling individual object states. This is a repair tool which can also be used for panicing the system. Use with utmost care if at all. Revision Changes Path 1.24 +73 -44 src/sys/dev/vinum/vinumstate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message