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
/
dev
/
ic
/
clmpcc.c
Age
Commit message (
Expand
)
Author
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add/cleanup RCSID
lukem
2001-07-12
Call clmpcc_init() when setting up the console to get the chip into
scw
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-01
Adapt to the new line discipline scheme.
eeh
2000-07-20
Take advantage of generic soft interrupts, if available.
scw
2000-07-15
Fix a typo in the `device_lookup()' changes.
scw
2000-07-06
Use device_lookup().
thorpej
2000-03-19
The soft-interrupt handler now returns void.
scw
1999-11-28
Don't bother spinning in the console 'putc' routine for the transmitter
scw
1999-11-11
Zero is a valid value for ch_tcor and ch_rcor, so be a bit more conservative
scw
1999-09-18
Minor optimisation.
scw
1999-08-01
Re-work the Tx side to avoid calling into the tty layer at
scw
1999-04-03
Fix a problem where no Tx Empty interrupt ever happened if CTS
scw
1999-02-21
Don't update the CORx registers unless they really have changed.
scw
1999-02-20
That #define splserial() really didn't want to be there...
scw
1999-02-20
Delay serial port parameter changes until the Tx FIFO has emptied.
scw
1999-02-13
New MI front-end for the Cirrus Logic CD240[01] Multi-protocol
scw