NetBSD/sys/arch/macppc
phx 0295fcde77 Support sysctl machdep.cpu_speed for 7447A and 7448 based Macs. On those
machines the CPU's DFS (Dynamic Frequency Switching) feature is used instead
of a GPIO to control the speed.
Two new functions in powerpc/oea/cpu_subr.c were introduced to support
reading and writing of DFS: cpu_get_dfs() and cpu_set_dfs(). Also works
for multiple CPUs, but not before interrupts are enabled.
2010-10-20 18:52:33 +00:00
..
compile
conf send interrupts to only cpu0, otherwise we can run into trouble under very high 2010-07-31 12:24:50 +00:00
dev Support sysctl machdep.cpu_speed for 7447A and 7448 based Macs. On those 2010-10-20 18:52:33 +00:00
include Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass. 2010-03-02 21:52:32 +00:00
macppc add support for backlight control with genfb via OF 2010-10-06 02:27:25 +00:00
pci
stand Read the Apple Partition Map to find a default root partition, when the 2010-10-17 15:33:04 +00:00
Makefile