freebsd-dev/sys/powerpc
Konstantin Belousov 80938e75f0 Add bus_dmamap_load_ma() function to load map with the array of
vm_pages.  Provide trivial implementation which forwards the load to
_bus_dmamap_load_phys() page by page.  Right now all architectures use
bus_dmamap_load_ma_triv().

Tested by:	pho (as part of the functional patch)
Sponsored by:	The FreeBSD Foundation
MFC after:	1 month
2013-10-27 21:39:16 +00:00
..
aim Add some extra sanity checking and checks to printf format specifiers. 2013-10-26 18:19:36 +00:00
booke Make devices with registers into the KVA region work reliably. Without this, 2013-10-26 20:57:26 +00:00
conf Add initial driver for POWER hypervisor interpartition ethernet. This is 2013-10-20 01:31:09 +00:00
cpufreq Remove unused variables. Spotted by a cppcheck 2011-01-06 20:19:01 +00:00
fpu Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
include Turn on VM_KMEM_SIZE_SCALE on 32-bit as well as 64-bit PowerPC. 2013-10-27 14:03:51 +00:00
mambo Standards-conformance and code deduplication: 2013-10-22 14:07:57 +00:00
mpc85xx Interrelated improvements to early boot mappings: 2013-10-26 18:18:14 +00:00
ofw Allow PIC drivers to translate firmware sense codes for themselves. This 2013-10-24 15:37:32 +00:00
powermac Be a little more suspicious of thermal sensors, which can have single 2013-10-25 03:55:52 +00:00
powerpc Add bus_dmamap_load_ma() function to load map with the array of 2013-10-27 21:39:16 +00:00
ps3 Changes to CAM or busdma have caused SIMs to be sent 0-length CCBs on 2013-09-29 20:10:22 +00:00
pseries Clean up missed header references. 2013-10-26 17:54:31 +00:00
psim - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related 2013-04-06 19:12:49 +00:00
wii Fix indentation. 2013-07-02 07:17:56 +00:00