Module Name: src Committed By: sborrill Date: Wed Jan 27 21:17:55 UTC 2010
Modified Files: src/sys/arch/sparc/conf [netbsd-5]: GENERIC files.sparc src/sys/dev [netbsd-5]: DEVNAMES Added Files: src/sys/arch/sparc/dev [netbsd-5]: apc.c apcreg.h Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1248): sys/arch/sparc/conf/GENERIC: revision 1.219 sys/arch/sparc/conf/files.sparc: revision 1.149 sys/arch/sparc/dev/apc.c: revision 1.1 sys/arch/sparc/dev/apcreg.h: revision 1.1 sys/dev/DEVNAMES: revision 1.255 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.205.4.3 -r1.205.4.4 src/sys/arch/sparc/conf/GENERIC cvs rdiff -u -r1.146 -r1.146.20.1 src/sys/arch/sparc/conf/files.sparc cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/sparc/dev/apc.c \ src/sys/arch/sparc/dev/apcreg.h cvs rdiff -u -r1.242.4.2 -r1.242.4.3 src/sys/dev/DEVNAMES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.