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:   bouyer
Date:           Fri Jan 15 20:57:13 UTC 2010

Modified Files:
        src/sys/arch/sparc/conf: GENERIC files.sparc
        src/sys/dev: DEVNAMES
Added Files:
        src/sys/arch/sparc/dev: apc.c apcreg.h

Log Message:
Add apc(4), a driver for the Aurora Personality Chip (APC) found
on SPARCstation-4/5, and emulated by qemu to idle the simulator
when the CPU is idle. Infos about the registers from the linux driver.
Not enabled by default because it can cause some Sparc systems to
hang (so says the linux driver).
Only the CPU idle part implemented at this time; fan speed and
Convenience power outlet management to be added.
Tested on qemu.


To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.148 -r1.149 src/sys/arch/sparc/conf/files.sparc
cvs rdiff -u -r0 -r1.1 src/sys/arch/sparc/dev/apc.c \
    src/sys/arch/sparc/dev/apcreg.h
cvs rdiff -u -r1.254 -r1.255 src/sys/dev/DEVNAMES

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