summaryrefslogtreecommitdiff
path: root/share/examples/drivers
AgeCommit message (Expand)Author
2025-07-10share: Delete bitrotted make_*_driver.sh scriptsJessica Clarke
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2023-09-25make_*_driver.sh: Don't include $FreeBSD$ in generated filesJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2018-05-09Remove 'All Rights Reserved' from the collection copyright and templates.Warner Losh
2017-02-16Remove EISA reference hereWarner Losh
2011-11-22Update to use DEVMETHOD_END.Marius Strobl
2011-05-22Fix more typos to be a good example.Ulrich Spörlein
2008-09-27Also use dev2unit() in the pseudo-driver example script.Ed Schouten
2008-09-22Make the make_pseudo_driver.sh shellscript work again.Ed Schouten
2006-08-23Fix path for source file in files.FOO.Roman Kurakin
2006-08-09- Added ability to provide (optional) path to the kernel sourcesRoman Kurakin
2006-08-09Added copyright templeteRoman Kurakin
2006-08-09- Added 'files "files.FOO"' to config for inclusion of user specific files.Roman Kurakin
2006-08-06- Added ability to provide (optional) path to the kernel sourcesRoman Kurakin
2006-08-06Fix compilation.Roman Kurakin
2005-03-09Device counts are gone.Stefan Farfeleder
2005-03-09__FUNCTION__ -> __func__Stefan Farfeleder
2003-10-03Style fixes: shell script indentation, if/then style, plus a lotDiomidis Spinellis
2003-10-03Create a driver that will compile without warnings on -CURRENTDiomidis Spinellis
2002-08-02Modernise and tidy up.Mark Murray
2001-11-13- Modify to make the generated device driver code work with current.Andrew R. Reiter
2001-05-01pseudo-device -> device in kernel config lines. Removed whitespace at EOL.Jens Schweikhardt
2001-04-14Suggest that kernels are built with ``cd /usr/src; make buildkernel''Brian Somers
2001-03-10fix spelling errors, clarify comment, add $FreeBSD$Bill Fumerola
2000-12-18o Add cardbus support (use pci attachment for now)Warner Losh
2000-11-15 Slight cleanups after comments from John Hay (Thanks!)Julian Elischer
2000-11-12Share one devclass between ISA and PCI sectionsJulian Elischer
2000-11-11Add basic PCI capabilityJulian Elischer
2000-11-09Add more sample code having read the daemnnews article (August 2000)Julian Elischer
2000-11-08Having figured out a bit more of the new-bus puzzleJulian Elischer
2000-10-26Add copyright to skeleton.Julian Elischer
2000-10-26some more cleanupsJulian Elischer
2000-10-25Slowly add more functionality as I learn more about newbus etc.Julian Elischer
2000-10-24First effort at bringing these up-to-date.Julian Elischer
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-03-19more $d -> %d fixesMike Smith
1999-03-19Fix some $d -> %d mistakes.Mike Smith
1998-10-22FIxed a bogus comment.Bruce Evans
1998-10-22Removed all `vector xxxintr' specifications. Interrupt handlers are nowBruce Evans
1998-01-15Fix typoMartin Cracauer
1998-01-12Add code to the example 'driver-o-matic' to support being an LKMJulian Elischer
1997-12-30The example drivers should use 'poll' now that it has replaced select.Julian Elischer
1997-02-02Description of what the files in this directory do..Julian Elischer
1997-02-02These two shell scripts willJulian Elischer