Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: garbled
Date: Fri Dec 28 05:12:41 UTC 2007
Modified Files:
src/sys/arch/ofppc/ofppc: machdep.c
src/sys/arch/powerpc/include: rtas.h
src/sys/arch/powerpc/powerpc: rtas.c
Log Message:
Add one more convenience function to rtas, rtas_has_func, and add a
global int machine_has_rtas that can be used to decide if a machine has
rtas functionality or not. Take a crack at power off support for the
pegasos, which doesn't work right, probably due to a firmware bug.
To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 src/sys/arch/ofppc/ofppc/machdep.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/powerpc/include/rtas.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/powerpc/powerpc/rtas.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