Date: Wed, 25 Oct 2000 02:02:35 -0700 (PDT) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/kld/cdev README src/share/examples/kld/cdev/module Makefile cdev.c cdev.h cdevmod.c src/share/examples/kld/cdev/test Makefile testcdev.c Message-ID: <200010250902.CAA40793@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2000/10/25 02:02:35 PDT Modified files: (Branch: RELENG_4) share/examples/kld/cdev README share/examples/kld/cdev/module Makefile cdev.c cdev.h cdevmod.c share/examples/kld/cdev/test Makefile testcdev.c Log: MFC: Fix cdev kld example after it has been broken for year or so. Also extend list of supported operations by example read() and write() operations. Inspired by: http://www.daemonnews.org/200010/blueprints.html PR: 16173 Submitted by: sobomax MFC Approved by: jkh Revision Changes Path 1.1.6.1 +15 -0 src/share/examples/kld/cdev/README 1.3.2.1 +2 -2 src/share/examples/kld/cdev/module/Makefile 1.3.2.1 +50 -0 src/share/examples/kld/cdev/module/cdev.c 1.3.2.1 +7 -3 src/share/examples/kld/cdev/module/cdev.h 1.3.2.1 +14 -8 src/share/examples/kld/cdev/module/cdevmod.c 1.2.2.1 +1 -1 src/share/examples/kld/cdev/test/Makefile 1.2.2.1 +25 -1 src/share/examples/kld/cdev/test/testcdev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010250902.CAA40793>