summaryrefslogtreecommitdiff
path: root/share/examples/kld/cdev/module/cdev.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
| | | | | | 'RELENG_6_0_0_RELEASE'. This commit was manufactured to restore the state of the 6.0-RELEASE image.
* Update for struct cdevsw and dev_t -> struct cdev * changes, plus oneTim J. Robbins2004-07-161-6/+7
| | | | | | | 64-bit portability fix. Notes: svn path=/head/; revision=132247
* Style.Maxim Konovalov2004-06-091-5/+4
| | | | Notes: svn path=/head/; revision=130276
* Remove duplicate #include.Lukas Ertl2004-06-091-1/+0
| | | | | | | | PR: misc/67748 Submitted by: bugghy <bugghy@phenix.rootshell.be> Notes: svn path=/head/; revision=130272
* Update the KLD examples so they will work with current.Andrew R. Reiter2001-11-131-3/+9
| | | | | | | Reviewed: jhb Notes: svn path=/head/; revision=86316
* Fix cdev kld example after it has been broken for year or so. Also extend listMaxim Sobolev2000-10-021-0/+50
| | | | | | | | | | | of supported operations by example read() and write() operations. Inspired by: http://www.daemonnews.org/200010/blueprints.html PR: 16173 Submitted by: sobomax Notes: svn path=/head/; revision=66549
* * Tidy up a few things and fix some more warnings.Doug Rabson1999-06-271-1/+4
| | | | | | | | * Change the devsw declaration to standard form and add missing fields * Change the filename from cdev_mod.ko to cdev.ko Notes: svn path=/head/; revision=48275
* Make this sample build again.Doug Rabson1999-06-251-2/+2
| | | | Notes: svn path=/head/; revision=48212
* Sample modules for KLD.Doug Rabson1998-12-111-0/+124
PR: misc/8621 Submitted by: Rajesh Vaidheeswarran <rv@fore.com> Notes: svn path=/head/; revision=41681