From owner-cvs-all Mon Feb 28 22:17:32 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 F37AC37B564; Mon, 28 Feb 2000 22:17:26 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA17236; Mon, 28 Feb 2000 22:17:26 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <200002290617.WAA17236@freefall.freebsd.org> From: Greg Lehey Date: Mon, 28 Feb 2000 22:17:26 -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 2000/02/28 22:17:26 PST Modified files: sys/dev/vinum vinumvar.h Log: Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR with VINUM_BDEV_MAJOR and VINUM_CDEV_MAJOR respectively. Set DRIVE_MAXACTIVE and VINUM_MAXACTIVE to 30000, effectively disabling the request limitation code. This code was added as an attempt to escape from a bug which seems to have gone away, and it's very likely I'll remove the code Real Soon Now, but I don't want to do it just yet. struct drive: Remove references to vnode pointers, including debug output. Vinum now talks directly to the device driver. Instead, add a dev_t. enum plexorg: Add an instance for RAID-4. Change checks for striped or RAID-5 plexes to a macro 'isstriped', which now also includes RAID-4. Change checks for RAID-5 plexes to a macro 'isparity', which now also includes RAID-4. Approved-by: jkh Revision Changes Path 1.31 +19 -14 src/sys/dev/vinum/vinumvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message