summaryrefslogtreecommitdiffstats
path: root/share/examples/kld/cdev/module/cdev.c
Commit message (Collapse)AuthorAgeFilesLines
* Update for struct cdevsw and dev_t -> struct cdev * changes, plus onetjr2004-07-161-6/+7
| | | | 64-bit portability fix.
* Style.maxim2004-06-091-5/+4
|
* Remove duplicate #include.le2004-06-091-1/+0
| | | | | PR: misc/67748 Submitted by: bugghy <bugghy@phenix.rootshell.be>
* Update the KLD examples so they will work with current.arr2001-11-131-3/+9
| | | | Reviewed: jhb
* Fix cdev kld example after it has been broken for year or so. Also extend listsobomax2000-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
* * Tidy up a few things and fix some more warnings.dfr1999-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
* Make this sample build again.dfr1999-06-251-2/+2
|
* Sample modules for KLD.dfr1998-12-111-0/+124
PR: misc/8621 Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
OpenPOWER on IntegriCloud