index
:
freebsd/src
lf/15.0
lf/dev/D50111
lf/dev/alc-msix
lf/dev/anycast-src
lf/dev/bridge
lf/dev/bridge-1q
lf/dev/bridge-inet6-params
lf/dev/bridge-pctrie
lf/dev/bridge-vlan
lf/dev/clang-scan-deps
lf/dev/const-cast
lf/dev/iputils
lf/dev/keyserv2
lf/dev/macdo
lf/dev/make_ether_addr
lf/dev/no_prefixaddr
lf/dev/pkgbase-armfix
lf/dev/pkgbase-bmake
lf/dev/pkgbase-cross-toolchain
lf/dev/pkgbase-uclall
lf/dev/rc.conf.d
lf/dev/routed
lf/dev/traceroute-merge
lf/dev/traceroute-patches
lf/dev/usrj
lf/dev/vlan_input_p
lf/main
lf/stable/15
main
stable/13
stable/14
FreeBSD src (LF version)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
/
examples
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
share: Delete bitrotted make_*_driver.sh scripts
Jessica Clarke
2025-07-10
2
-477
/
+0
*
newbus: replace leftover device unit wildcards
Ahmad Khalifa
2025-06-21
1
-1
/
+2
*
make_*_driver.sh: Don't include $FreeBSD$ in generated files
John Baldwin
2023-09-25
2
-14
/
+0
*
Remove $FreeBSD$: one-line bare tag
Warner Losh
2023-08-16
1
-1
/
+0
*
Remove $FreeBSD$: one-line sh pattern
Warner Losh
2023-08-16
2
-2
/
+0
*
Remove 'All Rights Reserved' from the collection copyright and templates.
Warner Losh
2018-05-09
2
-2
/
+0
*
Remove EISA reference here
Warner Losh
2017-02-16
1
-1
/
+1
*
Update to use DEVMETHOD_END.
Marius Strobl
2011-11-22
1
-1
/
+1
*
Fix more typos to be a good example.
Ulrich Spörlein
2011-05-22
1
-1
/
+1
*
Also use dev2unit() in the pseudo-driver example script.
Ed Schouten
2008-09-27
1
-1
/
+1
*
Make the make_pseudo_driver.sh shellscript work again.
Ed Schouten
2008-09-22
1
-2
/
+2
*
Fix path for source file in files.FOO.
Roman Kurakin
2006-08-23
1
-1
/
+1
*
- Added ability to provide (optional) path to the kernel sources
Roman Kurakin
2006-08-09
1
-22
/
+122
*
Added copyright templete
Roman Kurakin
2006-08-09
1
-32
/
+57
*
- Added 'files "files.FOO"' to config for inclusion of user specific files.
Roman Kurakin
2006-08-09
1
-3
/
+24
*
- Added ability to provide (optional) path to the kernel sources
Roman Kurakin
2006-08-06
1
-19
/
+32
*
Fix compilation.
Roman Kurakin
2006-08-06
1
-12
/
+9
*
Device counts are gone.
Stefan Farfeleder
2005-03-09
1
-1
/
+1
*
__FUNCTION__ -> __func__
Stefan Farfeleder
2005-03-09
1
-2
/
+2
*
Style fixes: shell script indentation, if/then style, plus a lot
Diomidis Spinellis
2003-10-03
1
-88
/
+83
*
Create a driver that will compile without warnings on -CURRENT
Diomidis Spinellis
2003-10-03
1
-18
/
+21
*
Modernise and tidy up.
Mark Murray
2002-08-02
2
-162
/
+131
*
- Modify to make the generated device driver code work with current.
Andrew R. Reiter
2001-11-13
2
-10
/
+11
*
pseudo-device -> device in kernel config lines. Removed whitespace at EOL.
Jens Schweikhardt
2001-05-01
1
-1
/
+1
*
Suggest that kernels are built with ``cd /usr/src; make buildkernel''
Brian Somers
2001-04-14
1
-19
/
+23
*
fix spelling errors, clarify comment, add $FreeBSD$
Bill Fumerola
2001-03-10
1
-8
/
+6
*
o Add cardbus support (use pci attachment for now)
Warner Losh
2000-12-18
1
-43
/
+81
*
Slight cleanups after comments from John Hay (Thanks!)
Julian Elischer
2000-11-15
1
-19
/
+54
*
Share one devclass between ISA and PCI sections
Julian Elischer
2000-11-12
1
-3
/
+3
*
Add basic PCI capability
Julian Elischer
2000-11-11
1
-42
/
+162
*
Add more sample code having read the daemnnews article (August 2000)
Julian Elischer
2000-11-09
1
-52
/
+113
*
Having figured out a bit more of the new-bus puzzle
Julian Elischer
2000-11-08
1
-52
/
+176
*
Add copyright to skeleton.
Julian Elischer
2000-10-26
1
-6
/
+29
*
some more cleanups
Julian Elischer
2000-10-26
1
-66
/
+113
*
Slowly add more functionality as I learn more about newbus etc.
Julian Elischer
2000-10-25
1
-22
/
+93
*
First effort at bringing these up-to-date.
Julian Elischer
2000-10-24
1
-288
/
+277
*
$Id$ -> $FreeBSD$
Peter Wemm
1999-08-28
2
-4
/
+4
*
more $d -> %d fixes
Mike Smith
1999-03-19
1
-4
/
+4
*
Fix some $d -> %d mistakes.
Mike Smith
1999-03-19
1
-5
/
+5
*
FIxed a bogus comment.
Bruce Evans
1998-10-22
1
-3
/
+3
*
Removed all `vector xxxintr' specifications. Interrupt handlers are now
Bruce Evans
1998-10-22
1
-7
/
+13
*
Fix typo
Martin Cracauer
1998-01-15
1
-1
/
+1
*
Add code to the example 'driver-o-matic' to support being an LKM
Julian Elischer
1998-01-12
1
-6
/
+101
*
The example drivers should use 'poll' now that it has replaced select.
Julian Elischer
1997-12-30
2
-10
/
+10
*
Description of what the files in this directory do..
Julian Elischer
1997-02-02
1
-0
/
+45
*
These two shell scripts will
Julian Elischer
1997-02-02
2
-0
/
+721