Source-Changes archive

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

CVS commit: src/sys/arch/sparc/dev



Module Name:    src
Committed By:   macallan
Date:           Mon Mar  6 21:43:29 UTC 2006

Modified Files:
        src/sys/arch/sparc/dev: tctrl.c tctrlvar.h ts102.c ts102reg.h

Log Message:
- use a lock to serialize tadpole_request()
- add a callback to signal monitor detection on the external VGA port
- don't call tadpole-request() in interrupt context
- use a kernel thread for various not time-critical work like device
  monitoring, LCD status updates, external event handling and so on
(the monitoring stuff is preliminary and to be replaced by a more generic API)


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/arch/sparc/dev/tctrl.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/sparc/dev/tctrlvar.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/sparc/dev/ts102.c
cvs rdiff -r1.10 -r1.11 src/sys/arch/sparc/dev/ts102reg.h

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