From owner-cvs-all Mon Jun 21 22:36:18 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 1AE2B14ED4; Mon, 21 Jun 1999 22:36:14 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA63241; Mon, 21 Jun 1999 22:36:15 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199906220536.WAA63241@freefall.freebsd.org> From: Greg Lehey Date: Mon, 21 Jun 1999 22:36:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinum.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/06/21 22:36:15 PDT Modified files: sys/dev/vinum vinum.c Log: Modify to work with phk's latest mods to cdevsw. This is a temporary fix; it doesn't address the problem of removing the module. If you do the following: vinum stop fsck /dev/vinum/VOLUME you *will* get a system crash. What we need is a cdevsw_remove corresponding to cdevsw_add, but that hasn't been written yet. Submitted-by: phk Revision Changes Path 1.24 +4 -5 src/sys/dev/vinum/vinum.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message