summaryrefslogtreecommitdiffstats
path: root/share/examples/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Fix typocracauer1998-01-151-1/+1
|
* Add code to the example 'driver-o-matic' to support being an LKMjulian1998-01-121-6/+101
| | | | | This may not quite work yet but should head the user in the right direction.
* The example drivers should use 'poll' now that it has replaced select.julian1997-12-302-10/+10
|
* Description of what the files in this directory do..julian1997-02-021-0/+45
| | | | (create sample device drivers on request)
* These two shell scripts willjulian1997-02-022-0/+721
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.
OpenPOWER on IntegriCloud