From owner-cvs-all Thu Mar 18 23:20:13 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 EC3711559B; Thu, 18 Mar 1999 23:20:10 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA29243; Thu, 18 Mar 1999 23:19:52 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190719.XAA29243@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:19:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 23:19:52 PST Modified files: sys/dev/vinum vinumvar.h Log: Define two superdevices for vinum(8), depending on whether they are compiled with or without debugging support. This enables us to catch (fatal) mismatches between the kernel and userland. Coalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFIG. They did essentially the same thing. Add VINUM_BIGDRIVE for pretending we have macho hardware. Revision Changes Path 1.11 +27 -3 src/sys/dev/vinum/vinumvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message