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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate bogus use of makedev(): rather than synthesize the dev_t, use
phk
2003-09-26
1
-2
/
+1
*
Use __FBSDID().
obrien
2003-08-24
9
-10
/
+27
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-1
/
+1
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
3
-40
/
+40
*
Don't use pessimal (u_short) types for i/o ports. This is mainly for
bde
2003-08-05
1
-2
/
+2
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+10
*
Use canonical format for cdevsw initialization.
phk
2003-03-02
1
-14
/
+14
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-7
/
+7
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-7
/
+7
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-4
/
+4
*
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
*
Make delay iteration counts a function of hz as the delay period in each
brian
2002-04-17
1
-5
/
+5
*
Yet another adjustment of digi_delay(). The delay is now consistent
brian
2002-04-10
3
-18
/
+19
*
Change more uses of tsleep() to digi_delay() and make the loop counts more
brian
2002-04-10
3
-19
/
+22
*
Add a digi_delay() function and use it instead of tsleep() when polling
brian
2002-04-10
1
-5
/
+14
*
Use the PCI port for pci cards, not just for PCIXR cards.
brian
2002-04-10
1
-6
/
+6
*
Change linker_reference_module() so that it's passed a struct
brian
2002-04-10
1
-2
/
+8
*
Add some missing MODULE_VERSIONs
brian
2002-04-10
8
-0
/
+9
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-3
/
+3
*
Use suser() instead of checking cr_uid against 0 directly.
jhb
2002-03-26
1
-1
/
+1
*
Fix warnings. The driver would be more useful with a DRIVER_MODULE()
peter
2002-02-27
4
-1
/
+5
*
#include "opt_compat.h" so that the support for old ioctls can actually
bde
2002-02-15
1
-0
/
+2
*
Staticise the con_bios and digi_devclass variables, since they aren't needed
msmith
2002-01-08
2
-3
/
+2
*
- Fix a bunch of malloc calls where the M_FLAG is incorrectly used; it
arr
2001-12-07
1
-5
/
+5
*
devsw_add() and cdevsw_remove() are no longer needed.
phk
2001-11-04
4
-27
/
+0
*
Send a .4 second BREAK rather than a .25 second break so that
brian
2001-09-23
1
-2
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-7
/
+7
*
Allow individual ports to use alternate pin settings (swap dsr & cd)
brian
2001-06-20
2
-12
/
+89
*
Use linker_reference_module() instead of hard-coding the digi_*
brian
2001-06-18
1
-14
/
+7
*
Credit John Prince and Eric Hernes for their work.
brian
2001-06-18
2
-1
/
+6
*
MALLOC -> malloc, FREE -> free
brian
2001-05-22
1
-5
/
+5
*
#include <digi/*.h> -> #include <dev/digi/*.h>
brian
2001-05-19
3
-9
/
+9
*
Fairwell digiio.h (moved to src/sys/sys)
brian
2001-05-19
1
-61
/
+0
*
digiio.h has moved to /usr/include/sys
brian
2001-05-19
3
-7
/
+7
*
digiModel_t -> enum digi_model
brian
2001-05-17
3
-10
/
+5
*
Remove all the mutex stuff - suggested by jhb
brian
2001-05-08
4
-49
/
+12
*
sys/mutex.h requires sys/lock.h for LINT
brian
2001-05-07
1
-0
/
+1
*
Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional on
brian
2001-05-07
4
-25
/
+25
*
Make LINT compile again.
brian
2001-05-06
1
-0
/
+1
*
Only define DEBUG if it's undefined. This should eventually go, but
brian
2001-05-02
1
-0
/
+2
*
Add a ``digi'' driver.
brian
2001-05-02
33
-0
/
+44161