freebsd-skq/sys/powerpc/ps3
kib bd7f0fa0bb Reform the busdma API so that new types may be added without modifying
every architecture's busdma_machdep.c.  It is done by unifying the
bus_dmamap_load_buffer() routines so that they may be called from MI
code.  The MD busdma is then given a chance to do any final processing
in the complete() callback.

The cam changes unify the bus_dmamap_load* handling in cam drivers.

The arm and mips implementations are updated to track virtual
addresses for sync().  Previously this was done in a type specific
way.  Now it is done in a generic way by recording the list of
virtuals in the map.

Submitted by:	jeff (sponsored by EMC/Isilon)
Reviewed by:	kan (previous version), scottl,
	mjacob (isp(4), no objections for target mode changes)
Discussed with:	     ian (arm changes)
Tested by:	marius (sparc64), mips (jmallet), isci(4) on x86 (jharris),
	amd64 (Fabian Keil <freebsd-listen@fabiankeil.de>)
2013-02-12 16:57:20 +00:00
..
ehci_ps3.c Implement better support for USB controller suspend and resume. 2011-12-14 00:28:54 +00:00
if_glc.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
if_glcreg.h
mmu_ps3.c
ohci_ps3.c Implement better support for USB controller suspend and resume. 2011-12-14 00:28:54 +00:00
platform_ps3.c Now that we can tolerate LPAR context switches on the PS3 hypervisor, going 2012-01-15 16:57:18 +00:00
ps3_syscons.c Avoid warnings about duplicate modules. 2012-02-04 19:50:26 +00:00
ps3-hv-asm.awk Add version header to output file. 2011-12-18 16:53:03 +00:00
ps3-hv-header.awk
ps3-hvcall.h Support infrastructure for X11 on PS3. 2011-12-18 16:53:21 +00:00
ps3-hvcall.master Support infrastructure for X11 on PS3. 2011-12-18 16:53:21 +00:00
ps3-hvcall.S Support infrastructure for X11 on PS3. 2011-12-18 16:53:21 +00:00
ps3bus.c - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned 2012-03-01 19:58:34 +00:00
ps3bus.h Driver for PS3's internal hard disk. Hopefully this can be CAM-ified in 2011-06-20 00:17:44 +00:00
ps3cdrom.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
ps3disk.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
ps3pic.c Pick a constant high IRQ value for the PS3 IPI, which lets PS3 devices be 2012-01-15 18:26:43 +00:00