freebsd-nq/sys/dev/firewire
Konstantin Belousov dd0b4fb6d5 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
..
00README
firewire_phy.h
firewire.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
firewire.h
firewirereg.h
fwcrom.c
fwdev.c
fwdma.c
fwdma.h
fwmem.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
fwmem.h
fwohci_pci.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
fwohci.c Mechanically substitute flags from historic mbuf allocator with 2012-12-04 09:32:43 +00:00
fwohcireg.h
fwohcivar.h
fwphyreg.h
iec13213.h
iec68113.h
if_fwe.c Mechanically substitute flags from historic mbuf allocator with 2012-12-04 09:32:43 +00:00
if_fwevar.h
if_fwip.c Mechanically substitute flags from historic mbuf allocator with 2012-12-04 09:32:43 +00:00
if_fwipvar.h
sbp_targ.c Fix an issue that caused the kernel to panic inside CTL when trying 2012-06-26 14:51:35 +00:00
sbp.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
sbp.h