From owner-cvs-all Mon Feb 28 22: 7:44 2000 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 03E2A37B8B8; Mon, 28 Feb 2000 22:07:41 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA15731; Mon, 28 Feb 2000 22:07:40 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <200002290607.WAA15731@freefall.freebsd.org> From: Greg Lehey Date: Mon, 28 Feb 2000 22:07:40 -0800 (PST) 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 2000/02/28 22:07:40 PST Modified files: sys/dev/vinum vinum.c Log: Change the startup sequence of the vinum volume from SI_SUB_DRIVERS to SI_SUB_VINUM, thus making it possible for Vinum to access I/O devices and start. Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR with VINUM_BDEV_MAJOR and VINUM_CDEV_MAJOR respectively. Style fixes: replace NULL with 0 where appropriate. Submitted-by: Charlie Root (yup, that's all I have to go on). Approved-by: jkh Revision Changes Path 1.38 +11 -6 src/sys/dev/vinum/vinum.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message