From owner-cvs-all Mon Dec 28 08:28:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15990 for cvs-all-outgoing; Mon, 28 Dec 1998 08:28:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15985; Mon, 28 Dec 1998 08:28:33 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA05573; Mon, 28 Dec 1998 08:28:25 -0800 (PST) Date: Mon, 28 Dec 1998 08:28:25 -0800 (PST) Message-Id: <199812281628.IAA05573@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vinum Makefile request.h vinum.c vinumconfig.c vinumext.h vinumhdr.h vinuminterrupt.c vinumio.c vinumio.h vinumioctl.c vinumkw.h vinumlock.c vinummemory.c vinumparser.c vinumrequest.c vinumrevive.c vinumstate.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/12/28 08:28:24 PST Modified files: sys/dev/vinum Makefile request.h vinum.c vinumconfig.c vinumext.h vinumhdr.h vinuminterrupt.c vinumio.c vinumio.h vinumioctl.c vinumkw.h vinumlock.c vinummemory.c vinumparser.c vinumrequest.c vinumrevive.c vinumstate.c vinumutil.c vinumvar.h Log: Some relatively minor tweaks to enable vinum to be built into a static kernel as a pseudo-device. The changes were: - #ifdef DEBUG -> #ifdef VINUMDEBUG - opt_vinum.h for holding above config variable - Fixing up a few stray problems where DEBUG wasn't optional. - config.c -> vinumconfig.c (there's already a config.o) - Other *.c -> vinum*.c (wasn't strictly necessary, but done in case we end up with something else conflicting later on and we might have to have yet more repository copies of files). - include file paths fixups.. (ie: get them all from the kernel tree instead of partly from the kernel and partly from /usr/include/machine) I've spoken with Greg about this.. I hope this doesn't mess him around too much.. Revision Changes Path 1.5 +2 -2 src/sys/dev/vinum/Makefile 1.5 +3 -3 src/sys/dev/vinum/request.h 1.6 +5 -4 src/sys/dev/vinum/vinum.c 1.7 +3 -2 src/sys/dev/vinum/vinumconfig.c 1.5 +3 -3 src/sys/dev/vinum/vinumext.h 1.5 +15 -5 src/sys/dev/vinum/vinumhdr.h 1.6 +6 -5 src/sys/dev/vinum/vinuminterrupt.c 1.6 +4 -2 src/sys/dev/vinum/vinumio.c 1.5 +4 -4 src/sys/dev/vinum/vinumio.h 1.5 +9 -6 src/sys/dev/vinum/vinumioctl.c 1.5 +6 -2 src/sys/dev/vinum/vinumkw.h 1.4 +3 -2 src/sys/dev/vinum/vinumlock.c 1.5 +6 -5 src/sys/dev/vinum/vinummemory.c 1.4 +11 -7 src/sys/dev/vinum/vinumparser.c 1.6 +9 -8 src/sys/dev/vinum/vinumrequest.c 1.6 +4 -3 src/sys/dev/vinum/vinumrevive.c 1.6 +4 -3 src/sys/dev/vinum/vinumstate.c 1.4 +6 -3 src/sys/dev/vinum/vinumutil.c 1.6 +4 -4 src/sys/dev/vinum/vinumvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message