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
/
pc98
/
cbus
/
sio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged from sys/dev/sio/sio.c revision 1.446.
nyan
2004-07-01
1
-3
/
+2
*
- Shorten the names for the TTY related swi interrupt handlers as the
jhb
2004-06-28
1
-2
/
+2
*
Merged from sys/dev/sio/sio.c revision 1.444.
nyan
2004-06-28
1
-1
/
+2
*
Pick the hotchar out of the tty structure instead of caching private
phk
2004-06-26
1
-6
/
+5
*
Merged from sys/dev/sio/sio.c revision 1.442.
nyan
2004-06-26
1
-163
/
+125
*
Remove the TIOCDCDTIMESTAMP option.
phk
2004-06-22
1
-16
/
+0
*
Merged from sys/dev/sio/sio.c revisions 1.439 and 1.440.
nyan
2004-06-22
1
-51
/
+115
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-12
/
+12
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-2
/
+2
*
Centralize the line discipline optimization determination in a function
phk
2004-06-04
1
-24
/
+4
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-2
/
+2
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-11
/
+11
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-8
/
+3
*
There is no need to explicitly call the stop function. In all likelyhood
phk
2004-06-01
1
-1
/
+0
*
There is no need to explicitly call ttwakeup() and ttwwakeup() after
phk
2004-06-01
1
-2
/
+0
*
ttyclose() increments t_gen. Remove redundant increments in drivers.
phk
2004-06-01
1
-1
/
+0
*
Mereged from sys/dev/sio/sio.c revision 1.429.
nyan
2004-05-06
1
-76
/
+49
*
- Remove obsolete examples.
nyan
2004-05-01
1
-32
/
+25
*
Merged from sys/dev/sio/sio.c revision 1.428.
nyan
2004-05-01
1
-49
/
+76
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-6
/
+6
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-2
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Merged from sys/dev/sio/sio.c revision 1.418.
nyan
2004-01-21
1
-1
/
+3
*
Merged from sys/dev/sio/sio.c revision 1.417.
bde
2003-12-26
1
-2
/
+2
*
Merged from sys/dev/sio/sio.c revisions 1.415 and 1.416.
bde
2003-11-17
1
-10
/
+13
*
Merged from sys/dev/sio/sio.c revisions from 1.405 to 1.414.
nyan
2003-10-05
1
-154
/
+137
*
OK, I messed up /dev/console with what I had hoped would be compat
phk
2003-09-26
1
-16
/
+21
*
Merged from sys/dev/sio/sio.c revisions 1.403 and 1.404.
nyan
2003-08-28
1
-34
/
+15
*
Merged from sys/dev/sio/sio.c revision 1.400.
nyan
2003-08-02
1
-3
/
+6
*
- Use the new resource_disabled() helper function to see if devices are
jhb
2003-07-02
1
-5
/
+2
*
Merged from sys/dev/sio/sio.c revision 1.399.
nyan
2003-06-01
1
-2
/
+0
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Merged from sys/dev/sio/sio.c revisions 1.387 and 1.388.
nyan
2003-03-09
1
-2
/
+11
*
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
*
Change the console interface to pass a "struct consdev *" instead of a
phk
2003-02-20
1
-10
/
+16
*
Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB
phk
2003-02-16
1
-4
/
+4
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Merged from sys/dev/sio/sio.c revision 1.383.
nyan
2003-02-07
1
-0
/
+2
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Merged from sys/dev/sio/sio.c revision 1.382.
nyan
2002-10-14
1
-1
/
+1
*
Fixed a warning if COM_MULTIPORT option is not defined.
nyan
2002-10-10
1
-1
/
+1
*
Merged from sys/dev/sio/sio.c revisions 1.380 and 1.381.
nyan
2002-09-29
1
-9
/
+8
*
Move the com_emr register definition to sioreg.h.
nyan
2002-09-24
1
-4
/
+0
*
Merged from sys/dev/sio/sio.c revision 1.379.
nyan
2002-09-24
1
-1
/
+0
*
Merged from sys/dev/sio/sio.c revision 1.378.
nyan
2002-09-16
1
-1
/
+6
*
Merged from sys/dev/sio/sio.c revisions 1.376 and 1.377.
nyan
2002-06-24
1
-4
/
+6
*
Backout previous change and merge from sys/dev/sio/sio.c revision 1.375.
nyan
2002-06-19
1
-6
/
+23
[next]