index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sh3
/
dev
/
scif.c
Age
Commit message (
Expand
)
Author
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-15
__KERNEL_RCSID()
lukem
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
Rather than referencing the cfdriver directly in the cfdata entries,
thorpej
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-08-16
remove extra CRLF conversion
msaitoh
2002-05-19
fix some overflow cases.
msaitoh
2002-04-28
Use "#define<tab>", white space nits.
uch
2002-03-24
Rework interrupt code.
uch
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2002-03-02
Initial support for KGDB on the sh3.
uch
2002-02-22
New NetBSD/sh3 clock framework.
uch
2002-02-12
ANSIfy KNF.
uch
2002-02-01
if PCLOCK isn't setted, use estimated value calculated by kernel.
uch
2001-06-12
receive, not recieve
wiz
2001-05-30
add missing #include "opt_kgdb.h"
lukem
2001-05-02
Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point
scw
2001-01-14
Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS,
thorpej
2000-11-22
- fix \n conversion from \n\r to \r\n
msaitoh
2000-11-02
Adapt to new line discipline scheme.
eeh
2000-10-31
- fix error handing in getc.
msaitoh
2000-07-11
callout()->callout_reset()
msaitoh
2000-06-19
clear the ER bit of the SCSSR2 reg.
msaitoh
2000-03-27
fix the sci[f]cninit() bugs to work both SCI and SCIF at the same time.
msaitoh
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-02-22
bugfixes:
msaitoh
2000-01-07
implement send/recieve break signal routines
msaitoh
1999-10-06
- unset RS/CS flow control bit from default setting
msaitoh
1999-09-17
check SCI(F)CONSOLE
msaitoh
1999-09-16
sync with sci*.h and tmureg.h
msaitoh
1999-09-13
add some comments.
msaitoh
1999-09-13
Merge in NetBSD/sh3 from cvs.kame.net repository.
itojun