Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2000 07:14:14 -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:  <200010021414.HAA00856@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2000/10/02 07:14:14 PDT

  Modified files:
    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:
  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
  
  Revision  Changes    Path
  1.2       +15 -0     src/share/examples/kld/cdev/README
  1.4       +3 -3      src/share/examples/kld/cdev/module/Makefile
  1.4       +50 -0     src/share/examples/kld/cdev/module/cdev.c
  1.4       +7 -3      src/share/examples/kld/cdev/module/cdev.h
  1.4       +14 -8     src/share/examples/kld/cdev/module/cdevmod.c
  1.3       +2 -2      src/share/examples/kld/cdev/test/Makefile
  1.3       +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?200010021414.HAA00856>