Source-Changes archive

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

CVS commit: src/sys/arch/sparc64



Module Name:    src
Committed By:   martin
Date:           Mon Apr 21 12:14:20 UTC 2003

Modified Files:
        src/sys/arch/sparc64/conf: files.sparc64
        src/sys/arch/sparc64/dev: psycho.c psychovar.h

Log Message:
Connect the front panel power button on psycho based machines to sysmon's
/dev/power.

XXX - due to the way interrupt handling is structured we have no easy
way to defer clearing the button interrupt until the sysmon callback
has  happened and the event is dispatched. We clear it imediately on
return from the interrupt handler. This means we get an interrupt storm
until the button is released, and then start to handle it.
This needs to be fixed! (But with the default application for the power
button does not make a user visible difference.)


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/arch/sparc64/conf/files.sparc64
cvs rdiff -r1.59 -r1.60 src/sys/arch/sparc64/dev/psycho.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/sparc64/dev/psychovar.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