index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
/
examples
/
drivers
/
make_device_driver.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to use DEVMETHOD_END.
marius
2011-11-22
1
-1
/
+1
*
Fix more typos to be a good example.
uqs
2011-05-22
1
-1
/
+1
*
- Added 'files "files.FOO"' to config for inclusion of user specific files.
rik
2006-08-09
1
-3
/
+24
*
- Added ability to provide (optional) path to the kernel sources
rik
2006-08-06
1
-19
/
+32
*
Fix compilation.
rik
2006-08-06
1
-12
/
+9
*
Style fixes: shell script indentation, if/then style, plus a lot
dds
2003-10-03
1
-88
/
+83
*
Create a driver that will compile without warnings on -CURRENT
dds
2003-10-03
1
-18
/
+21
*
Modernise and tidy up.
markm
2002-08-02
1
-87
/
+59
*
- Modify to make the generated device driver code work with current.
arr
2001-11-13
1
-4
/
+5
*
Suggest that kernels are built with ``cd /usr/src; make buildkernel''
brian
2001-04-14
1
-19
/
+23
*
o Add cardbus support (use pci attachment for now)
imp
2000-12-18
1
-43
/
+81
*
Slight cleanups after comments from John Hay (Thanks!)
julian
2000-11-15
1
-19
/
+54
*
Share one devclass between ISA and PCI sections
julian
2000-11-12
1
-3
/
+3
*
Add basic PCI capability
julian
2000-11-11
1
-42
/
+162
*
Add more sample code having read the daemnnews article (August 2000)
julian
2000-11-09
1
-52
/
+113
*
Having figured out a bit more of the new-bus puzzle
julian
2000-11-08
1
-52
/
+176
*
Add copyright to skeleton.
julian
2000-10-26
1
-6
/
+29
*
some more cleanups
julian
2000-10-26
1
-66
/
+113
*
Slowly add more functionality as I learn more about newbus etc.
julian
2000-10-25
1
-22
/
+93
*
First effort at bringing these up-to-date.
julian
2000-10-24
1
-288
/
+277
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
Fix some $d -> %d mistakes.
msmith
1999-03-19
1
-5
/
+5
*
Removed all `vector xxxintr' specifications. Interrupt handlers are now
bde
1998-10-22
1
-7
/
+13
*
Add code to the example 'driver-o-matic' to support being an LKM
julian
1998-01-12
1
-6
/
+101
*
The example drivers should use 'poll' now that it has replaced select.
julian
1997-12-30
1
-5
/
+5
*
These two shell scripts will
julian
1997-02-02
1
-0
/
+400