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
/
sio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Fixed the SMC fifo bug fix. sioopen() hung while input was streaming in
bde
1997-02-01
1
-3
/
+15
*
Fixes and workarounds for Hayes ESP:
bde
1997-01-29
1
-7
/
+25
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Use breakpoint() instead of Debugger() in siointr1(). Debugger() doesn't
bde
1996-12-23
1
-3
/
+2
*
Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKs
bde
1996-11-30
1
-27
/
+32
*
Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly well
bde
1996-11-30
1
-3
/
+9
*
Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitter
bde
1996-11-30
1
-3
/
+33
*
Throw away input if CREAD is not set. POSIX requires no characters to be
bde
1996-11-30
1
-2
/
+3
*
Cleaned up CONSPEED changes. `comdefaultrate' gives the default
bde
1996-11-30
1
-8
/
+6
*
Don't fiddle with RTS if RTS flow control is off. This gives applications
bde
1996-11-13
1
-17
/
+23
*
add in CONSPEED option which controls console serial port speed
pst
1996-11-02
1
-5
/
+8
*
Work around UMC8669F and Startech UART bugs by not writing to the
bde
1996-09-30
1
-11
/
+36
*
Changed cncheckc() interface so that it is 8-bit clean - return -1
bde
1996-09-14
1
-2
/
+2
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-64
/
+1
*
some internal modems need LOTS of time to generate an interrupt
julian
1996-07-17
1
-2
/
+2
*
Added support for TIOCDCDTIMESTAMP (enable/get timestamp of last DCD rise).
bde
1996-06-17
1
-36
/
+15
*
KGDB is dead. It may come back one day if somebody does it.
phk
1996-05-02
1
-57
/
+1
*
Format the already applied PCCARD additions to use KNF form. No
nate
1996-04-23
1
-42
/
+40
*
Another try: fixed bogus change of the fifo settings for the non-speed of 0.
bde
1996-04-13
1
-3
/
+3
*
Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.
bde
1996-04-11
1
-2
/
+4
*
removed RS_IBUFSIZE #ifndef - have been informed it was a bad idea
scrappy
1996-04-10
1
-3
/
+1
*
Placed an #ifndef around RS_IBUFSIZE so that it can be changed in the
scrappy
1996-04-10
1
-1
/
+3
*
Fixed ownerships of callout devices.
bde
1996-03-27
1
-9
/
+13
*
Added some delays to the probe. This might fix some incompatible UARTs
bde
1996-02-25
1
-1
/
+4
*
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
1
-60
/
+42
*
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
[next]