summaryrefslogtreecommitdiffstats
path: root/share/examples/kld/cdev/module/cdevmod.c
Commit message (Collapse)AuthorAgeFilesLines
* We don't have d_maj field in cdevsw structure anymore.sobomax2006-05-191-8/+1
|
* According to module(9), when command is unrecognized, the module shouldpjd2004-08-301-1/+1
| | | | return EOPNOTSUPP.
* Update for struct cdevsw and dev_t -> struct cdev * changes, plus onetjr2004-07-161-1/+2
| | | | 64-bit portability fix.
* Fix the cdev kld example.mbr2003-08-031-14/+11
| | | | | | PR: 52954 Submitted by: Priit Piipuu <priit.piipuu@mail.ee> Reviewed by: phk
* Fix cdev kld example after it has been broken for year or so. Also extend listsobomax2000-10-021-8/+14
| | | | | | | | 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-6/+26
| | | | | * 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-1/+1
|
* Sample modules for KLD.dfr1998-12-111-0/+122
PR: misc/8621 Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
OpenPOWER on IntegriCloud