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
/
sio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid local sprintfs and other printf'isms.
phk
1996-01-25
1
-22
/
+18
*
Convert DDB to new-style option.
wollman
1996-01-04
1
-1
/
+3
*
Restored likely_com_ports[] from rev.1.122 so that Hayes ESP support at
bde
1995-12-30
1
-1
/
+3
*
Added support for the Hayes ESP serial card.
bde
1995-12-29
1
-1
/
+120
*
Fixed bugs introduced in rev. 1.127 (some broken 16650 support was
bde
1995-12-22
1
-70
/
+54
*
Replaced nxreset by noreset (if the reset function gets called, then the
bde
1995-12-10
1
-2
/
+2
*
Removed new alias d_size_t for d_psize_t.
bde
1995-12-10
1
-2
/
+2
*
Staticize and cleanup.
phk
1995-12-10
2
-65
/
+47
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-2
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-36
/
+70
*
Removed unnecessary #includes of <sys/user.h>. Some of these were just
bde
1995-12-06
1
-2
/
+1
*
Removed builtin list of port addresses. The address for sio3
bde
1995-11-29
1
-10
/
+5
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-14
/
+23
*
the second set of changes in a move towards getting devices to be
julian
1995-11-28
1
-1
/
+33
*
Restored static variable `nsio_tty' which is used only by pstat(8). Made
bde
1995-11-21
1
-1
/
+3
*
Fix compiler warnings.
phk
1995-11-20
1
-21
/
+20
*
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
bde
1995-11-04
1
-3
/
+2
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
1
-11
/
+1
*
sio.c:
bde
1995-10-22
1
-32
/
+15
*
A mixed bag of changes, relating to getting the state in "lsdev" right,
phk
1995-10-21
1
-2
/
+10
*
siostop() is a void function, so don't return a value.
dg
1995-09-24
1
-3
/
+3
*
The stuff needed to remove a pccard with a sio port on it...
phk
1995-09-19
1
-10
/
+68
*
Andrew McRae's pcmcia/pccard code, the kernel part.
phk
1995-08-24
1
-1
/
+119
*
Disable fifos in sioclose(). Closes PR 576.
bde
1995-08-13
1
-1
/
+9
*
Sleep on a better address to wait for output to drain out of the
bde
1995-07-31
1
-2
/
+3
*
Improve input flow control.
bde
1995-07-31
1
-26
/
+6
*
Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFF
bde
1995-07-29
1
-7
/
+5
*
Always wake up writers after clearing TS_BUSY. This will soon be
bde
1995-07-29
1
-7
/
+4
*
Obtained from: partly from ancient patches of mine via 1.1.5
bde
1995-07-22
1
-10
/
+4
*
Move the inline code for waking up writers to a new function
bde
1995-07-22
1
-15
/
+2
*
Obtained from: partly from ancient patches of mine via 1.1.5
bde
1995-07-21
1
-11
/
+1
*
Fix error logging:
bde
1995-07-05
1
-4
/
+10
*
Fight with hanging modems continued:
ache
1995-06-28
1
-1
/
+8
*
Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 if
bde
1995-06-25
1
-142
/
+236
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-12
/
+12
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
1
-2
/
+2
*
Add hook for pstat -t
ache
1995-05-07
1
-1
/
+3
*
Move declarations of console functions to cons.h (they should be
bde
1995-04-23
1
-12
/
+5
*
Fix initializations of kdc_state for serial consoles.
bde
1995-04-15
1
-33
/
+38
*
Forgot two things in yesterday's massive devconf update:
wollman
1995-04-13
1
-6
/
+4
*
Move setcompat code to another place, initial/locked devices
ache
1995-04-13
1
-14
/
+12
*
Comment out ttcompat via COMPAT_SUNOS too
ache
1995-04-13
1
-11
/
+15
*
ttsetcompat is a '#ifdef COMPAT_43' feature.
phk
1995-04-12
1
-1
/
+5
*
Add a class field to devconf and mst drivers.
wollman
1995-04-12
1
-30
/
+52
*
Call new ttsetcompat() function for proper working
ache
1995-04-11
1
-1
/
+9
*
Move unit structure member down to optimize com->state per Bruce
ache
1995-04-04
1
-19
/
+19
*
Allow serial console BREAK to DDB
ache
1995-04-03
1
-3
/
+13
*
Back out changes related to locked bits until more elegant
ache
1995-04-02
1
-85
/
+7
*
Fix error:
ache
1995-04-02
1
-7
/
+83
[next]