From owner-cvs-all Tue May 22 22:25:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C0AA37B422; Tue, 22 May 2001 22:25:46 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4N5PkT10222; Tue, 22 May 2001 22:25:46 -0700 (PDT) (envelope-from grog) Message-Id: <200105230525.f4N5PkT10222@freefall.freebsd.org> From: Greg Lehey Date: Tue, 22 May 2001 22:25:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinum.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2001/05/22 22:25:46 PDT Modified files: sys/dev/vinum vinum.c Log: Set flag VF_HASDEBUG in vinum_conf to indicate that the module was compiled with debug support. This can be used by userland programs to recognize which ioctls the module supports. As a result, remove the gross debug device/non-debug device hack used to recognize whether the kernel module was in sync with the userland module. Replace explicit references to major/minor numbers of vinum superdevice with the VINUM_SUPERDEV macro written for that purpose. Revision Changes Path 1.45 +6 -10 src/sys/dev/vinum/vinum.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message