freebsd-dev/sys/dev/isp
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
..
DriverManual.txt
Hardware.txt
isp_freebsd.c Minor correction. 2012-09-17 02:50:16 +00:00
isp_freebsd.h Remove dependence on MAXPHYS. 2012-08-21 16:18:11 +00:00
isp_ioctl.h
isp_library.c ----------- 2012-07-28 20:06:29 +00:00
isp_library.h ----------- 2012-07-28 20:06:29 +00:00
isp_pci.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
isp_sbus.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
isp_stds.h ----------- 2012-07-28 20:06:29 +00:00
isp_target.c ----------- 2012-07-28 20:06:29 +00:00
isp_target.h ----------- 2012-07-28 20:06:29 +00:00
isp.c Remove extraneous newline. 2012-08-12 20:49:25 +00:00
ispmbox.h ----------- 2012-07-28 20:06:29 +00:00
ispreg.h Prepare for FC-Tape support. This involved doing a lot of little cleanups 2012-06-17 21:39:40 +00:00
ispvar.h ----------- 2012-07-28 20:06:29 +00:00