Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -7/+9 |
| | | | | 64-bit portability fix. | ||||
* | Style. | maxim | 2004-06-09 | 1 | -5/+4 |
| | |||||
* | Remove duplicate #include. | le | 2004-06-09 | 1 | -1/+0 |
| | | | | | PR: misc/67748 Submitted by: bugghy <bugghy@phenix.rootshell.be> | ||||
* | Fix the cdev kld example. | mbr | 2003-08-03 | 2 | -23/+11 |
| | | | | | | PR: 52954 Submitted by: Priit Piipuu <priit.piipuu@mail.ee> Reviewed by: phk | ||||
* | Update the KLD examples so they will work with current. | arr | 2001-11-13 | 1 | -3/+9 |
| | | | | Reviewed: jhb | ||||
* | Style. | ru | 2001-09-18 | 1 | -83/+8 |
| | |||||
* | Fix cdev kld example after it has been broken for year or so. Also extend list | sobomax | 2000-10-02 | 4 | -13/+73 |
| | | | | | | | | of supported operations by example read() and write() operations. Inspired by: http://www.daemonnews.org/200010/blueprints.html PR: 16173 Submitted by: sobomax | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | * Tidy up a few things and fix some more warnings. | dfr | 1999-06-27 | 4 | -30/+32 |
| | | | | | * 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 | 3 | -4/+4 |
| | |||||
* | Sample modules for KLD. | dfr | 1998-12-11 | 4 | -0/+435 |
PR: misc/8621 Submitted by: Rajesh Vaidheeswarran <rv@fore.com> |