Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We don't have d_maj field in cdevsw structure anymore. | sobomax | 2006-05-19 | 1 | -8/+1 |
| | |||||
* | According to module(9), when command is unrecognized, the module should | pjd | 2004-08-30 | 1 | -1/+1 |
| | | | | return EOPNOTSUPP. | ||||
* | Update for struct cdevsw and dev_t -> struct cdev * changes, plus one | tjr | 2004-07-16 | 1 | -1/+2 |
| | | | | 64-bit portability fix. | ||||
* | Fix the cdev kld example. | mbr | 2003-08-03 | 1 | -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 list | sobomax | 2000-10-02 | 1 | -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. | dfr | 1999-06-27 | 1 | -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. | dfr | 1999-06-25 | 1 | -1/+1 |
| | |||||
* | Sample modules for KLD. | dfr | 1998-12-11 | 1 | -0/+122 |
PR: misc/8621 Submitted by: Rajesh Vaidheeswarran <rv@fore.com> |