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
/
sys
/
dev
/
digi
/
digi_isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-2
/
+2
*
Make delay iteration counts a function of hz as the delay period in each
brian
2002-04-17
1
-25
/
+21
*
Yet another adjustment of digi_delay(). The delay is now consistent
brian
2002-04-10
1
-9
/
+9
*
Change more uses of tsleep() to digi_delay() and make the loop counts more
brian
2002-04-10
1
-12
/
+14
*
Fix warnings. The driver would be more useful with a DRIVER_MODULE()
peter
2002-02-27
1
-0
/
+1
*
devsw_add() and cdevsw_remove() are no longer needed.
phk
2001-11-04
1
-3
/
+0
*
#include <digi/*.h> -> #include <dev/digi/*.h>
brian
2001-05-19
1
-2
/
+2
*
digiio.h has moved to /usr/include/sys
brian
2001-05-19
1
-1
/
+1
*
Remove all the mutex stuff - suggested by jhb
brian
2001-05-08
1
-2
/
+3
*
Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional on
brian
2001-05-07
1
-0
/
+1
*
Add a ``digi'' driver.
brian
2001-05-02
1
-0
/
+472