Date: Fri, 2 Feb 2001 11:49:18 -0800 (PST) From: Cameron Grant <cg@FreeBSD.org> 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 Message-ID: <200102021949.f12JnIr94579@freefall.freebsd.org>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102021949.f12JnIr94579>
