freebsd-dev/sys/cam/scsi
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
..
scsi_all.c Format CDB output as 2 digit hex correcting the length 2013-01-31 14:07:24 +00:00
scsi_all.h
scsi_cd.c - Add missig xpt_schedule() call for cases when requested immediate CCB 2013-01-11 19:11:56 +00:00
scsi_cd.h
scsi_ch.c
scsi_ch.h
scsi_da.c Do not schedule periph for payload/TUR requests if reprobe is in progress 2013-01-11 16:10:11 +00:00
scsi_da.h
scsi_dvcfg.h
scsi_enc_internal.h
scsi_enc_safte.c
scsi_enc_ses.c Sanitize the element descriptor string before using it as a device name. 2013-01-24 17:28:39 +00:00
scsi_enc.c
scsi_enc.h
scsi_iu.h
scsi_low.c
scsi_low.h
scsi_message.h
scsi_pass.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
scsi_pass.h
scsi_pt.c
scsi_pt.h
scsi_sa.c
scsi_sa.h
scsi_ses.h
scsi_sg.c
scsi_sg.h
scsi_targ_bh.c
scsi_target.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
scsi_targetio.h
scsi_xpt.c
smp_all.c
smp_all.h