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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused ttys field.
phk
2004-10-14
1
-1
/
+0
*
Use generic tty code instead of local copies.
phk
2004-10-06
1
-14
/
+0
*
Introduce ttygone() which indicates that the hardware is detached.
phk
2004-07-11
1
-1
/
+0
*
Remove the TIOCDCDTIMESTAMP option.
phk
2004-06-22
1
-4
/
+0
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-2
/
+2
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-3
/
+3
*
Don't use pessimal (u_short) types for i/o ports. This is mainly for
bde
2003-08-05
1
-2
/
+2
*
Yet another adjustment of digi_delay(). The delay is now consistent
brian
2002-04-10
1
-1
/
+2
*
Change more uses of tsleep() to digi_delay() and make the loop counts more
brian
2002-04-10
1
-0
/
+1
*
Fix warnings. The driver would be more useful with a DRIVER_MODULE()
peter
2002-02-27
1
-0
/
+2
*
Staticise the con_bios and digi_devclass variables, since they aren't needed
msmith
2002-01-08
1
-1
/
+0
*
devsw_add() and cdevsw_remove() are no longer needed.
phk
2001-11-04
1
-1
/
+0
*
Allow individual ports to use alternate pin settings (swap dsr & cd)
brian
2001-06-20
1
-0
/
+6
*
Credit John Prince and Eric Hernes for their work.
brian
2001-06-18
1
-0
/
+3
*
digiModel_t -> enum digi_model
brian
2001-05-17
1
-1
/
+1
*
Remove all the mutex stuff - suggested by jhb
brian
2001-05-08
1
-7
/
+0
*
Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional on
brian
2001-05-07
1
-0
/
+9
*
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
1
-0
/
+204