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
/
z8530sc.c
Age
Commit message (
Expand
)
Author
2013-09-15
Remove unused variable
martin
2009-05-22
add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),
mrg
2009-03-20
Try to avoid zstty hangs on higher speed:
tsutsui
2008-03-29
Split softc and device_t for zsc(4) and its children.
tsutsui
2007-11-12
Back out revision 1.26.
ad
2007-11-09
turn the channel lock into a spin mutex at IPL_NONE so it resembles the
macallan
2007-11-09
Use zs_lock_init() to set up the chanstate's lock.
ad
2007-11-07
Merge tty changes from the vmlocking branch.
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-28
Provide locking required by the interrupt handlers running at IPL_SERIAL.
pk
2002-09-24
Deal with the strange SCC wiring on TC IOASIC machines. Thanks to Bill
ad
2001-11-13
add/cleanup RCSID
lukem
2001-07-07
bcopy -> memcpy
thorpej
2001-07-07
bcmp -> memcmp
thorpej
2001-06-25
Don't reprogram SCC registers unless the values have changed.
wdk
2000-03-30
Remove register declarations.
augustss
1999-02-03
Catch up with a change to the stint interface.
mycroft
1998-03-22
Read up to 32 bytes. The ESCC *needs* 8, and it doesn't hurt to leave some
mycroft
1998-03-05
KNF last change
wrstuden
1998-03-05
Make zs_iflush not loop indefinitly. Some Mac PowerBooks lie about having
wrstuden
1998-02-19
Similar changes to com driver:
mycroft
1997-10-04
Remove the while loop from zsc_intr_hard(). It caused problems on
gwr
1996-12-17
New version of the z8530 driver that should permit the mac68k port
gwr
1996-05-17
Rename cs_pclk_div16 to cs_brg_clk to clarify the fact that the
gwr
1996-04-10
Make the ring size configurable in the tty driver.
gwr
1996-01-30
Eliminate remaining direct references to the z8530 chip
gwr
1996-01-24
Reorganized, machine-independent z8530 driver, based on the sparc/sun3 zs.
gwr