From owner-cvs-all Fri Feb 2 11:49:43 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 68DAF37B491; Fri, 2 Feb 2001 11:49:19 -0800 (PST) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f12JnIr94579; Fri, 2 Feb 2001 11:49:18 -0800 (PST) (envelope-from cg) Message-Id: <200102021949.f12JnIr94579@freefall.freebsd.org> From: Cameron Grant Date: Fri, 2 Feb 2001 11:49:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files kmod.mk src/sys/kern makeobjops.pl makeops.pl subr_kobj.c src/sys/sys kobj.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2001/02/02 11:49:18 PST Modified files: (Branch: RELENG_4) sys/conf files kmod.mk Added files: (Branch: RELENG_4) sys/kern makeobjops.pl makeops.pl subr_kobj.c sys/sys kobj.h Log: MFC: kobj functionality this does not change the general driver interface or affect any system other than altering the build process slightly. the process of generating .c and .h files from .m files is changed by the introduction of makeops.pl which simply determines if it is being run on a device interface .m file or a kobj .m file and calls makedevops.pl or makeobjops.pl as appropriate. the determination is done by checking for the presence of 'KOBJ' in the first line of the file- this should be in a comment. Approved by: dfr (in principle), -arch Revision Changes Path 1.340.2.46 +63 -62 src/sys/conf/files 1.82.2.3 +6 -6 src/sys/conf/kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message