1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00
freebsd/sys/powerpc
Alan Cox e999111ae7 This change is the next step in implementing the cache control functionality
required by video card drivers.  Specifically, this change introduces
vm_cache_mode_t with an appropriate VM_CACHE_DEFAULT definition on all
architectures.  In addition, this changes adds a vm_cache_mode_t parameter
to kmem_alloc_contig() and vm_phys_alloc_contig().  These will be the
interfaces for allocating mapped kernel memory and physical memory,
respectively, with non-default cache modes.

In collaboration with:	jhb
2009-06-26 04:47:43 +00:00
..
aim Implement a facility for dynamic per-cpu variables. 2009-06-23 22:42:39 +00:00
booke Implement a facility for dynamic per-cpu variables. 2009-06-23 22:42:39 +00:00
compile
conf Include SMP support in the MPC85XX kernel by default. 2009-06-25 10:07:21 +00:00
cpufreq Add cpufreq support on the PowerPC G5, along with a skeleton SMU driver 2009-06-23 04:28:32 +00:00
fpu
include This change is the next step in implementing the cache control functionality 2009-06-26 04:47:43 +00:00
mpc85xx More precise description of the DS1553 driver. 2009-06-24 15:48:20 +00:00
ofw strict kobj signatures: some ofw_setprop fixes 2009-06-11 17:15:20 +00:00
powermac Add cpufreq support on the PowerPC G5, along with a skeleton SMU driver 2009-06-23 04:28:32 +00:00
powerpc - Add the right includes to use kmem_alloc(). This was broken by my 2009-06-25 00:14:27 +00:00
psim Move from using devclass_find_free_unit(ata_devclass, 0) to -1 for the 2009-06-10 17:40:18 +00:00