Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2 |
|
#
418df1e4 |
| 02-Aug-2002 |
Mark Murray <markm@FreeBSD.org> |
Modernise and tidy up.
|
Revision tags: release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
853fbff5 |
| 13-Nov-2001 |
Andrew R. Reiter <arr@FreeBSD.org> |
- Modify to make the generated device driver code work with current. - Use M_ZERO instead of another call to bzero().
Inspired by: misc/31905
|
#
ec09ef4f |
| 01-May-2001 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
pseudo-device -> device in kernel config lines. Removed whitespace at EOL. Reviewed by: joerg, dd
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0 |
|
#
ddc4659f |
| 19-Mar-1999 |
Mike Smith <msmith@FreeBSD.org> |
more $d -> %d fixes
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
c8e6b347 |
| 22-Oct-1998 |
Bruce Evans <bde@FreeBSD.org> |
FIxed a bogus comment.
|
Revision tags: release/2.2.7, release/2.2.6 |
|
#
f7fa6f64 |
| 30-Dec-1997 |
Julian Elischer <julian@FreeBSD.org> |
The example drivers should use 'poll' now that it has replaced select.
|
Revision tags: release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1 |
|
#
5e176f9a |
| 02-Feb-1997 |
Julian Elischer <julian@FreeBSD.org> |
These two shell scripts will create a skeleton device driver. one for a real device and the other for a pseudo device. they each take one argument which is the name (prefix) for the driver.
they add
These two shell scripts will create a skeleton device driver. one for a real device and the other for a pseudo device. they each take one argument which is the name (prefix) for the driver.
they add the new file to the /sys tree and add appropriate config files etc for a build.
hopefully others will build on this so that we get 1/ these drivers improved and the shell scripts improved in how/where that hook the new code in. 2/ similar tools for providing skeletons for other modules (I'm tempted to do a VFS filesystem skeleton :)
please take a look and fix anything that maybe should be added. they compile and link fine, but I think I wouldn't trust them, as faar as RUNNING yet :) (well they really wouldn't do very much being skeletons..
we need to add PCI and EISA skeletons as well followed by a SCSI driver skeleton.
show more ...
|