Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   mrg
Date:           Fri May 22 03:51:30 UTC 2009

Modified Files:
        src/sys/arch/sparc/dev: zs.c
        src/sys/arch/sparc64/dev: zs.c
        src/sys/dev/ic: z8530sc.c z8530sc.h z8530tty.c

Log Message:
add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),
and use them instead of various spl's in the zs.c's.

reviewed by ad and martin.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/sparc/dev/zs.c
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/sparc64/dev/zs.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/z8530sc.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/ic/z8530sc.h
cvs rdiff -u -r1.126 -r1.127 src/sys/dev/ic/z8530tty.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index