freebsd-dev/sys/dev/aic7xxx
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
..
aicasm remove redundant yyparse declarations 2012-12-05 20:28:44 +00:00
ahc_eisa.c Remove comments about creating DMA tags as children of the DMA tags of their 2012-03-12 19:29:32 +00:00
ahc_isa.c Remove comments about creating DMA tags as children of the DMA tags of their 2012-03-12 19:29:32 +00:00
ahc_pci.c Remove comments about creating DMA tags as children of the DMA tags of their 2012-03-12 19:29:32 +00:00
ahd_pci.c Remove comments about creating DMA tags as children of the DMA tags of their 2012-03-12 19:29:32 +00:00
aic7xxx_93cx6.c
aic7xxx_93cx6.h
aic7xxx_inline.h
aic7xxx_osm.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
aic7xxx_osm.h Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
aic7xxx_pci.c
aic7xxx.c Fix an issue that caused the kernel to panic inside CTL when trying 2012-06-26 14:51:35 +00:00
aic7xxx.h
aic7xxx.reg Correct logic bug in aicasm's undefined register bit access detection code. 2010-07-14 14:31:18 +00:00
aic7xxx.seq
aic79xx_inline.h
aic79xx_osm.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
aic79xx_osm.h Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
aic79xx_pci.c Do a sweep of the tree replacing calls to pci_find_extcap() with calls to 2011-03-23 13:10:15 +00:00
aic79xx.c Fix an issue that caused the kernel to panic inside CTL when trying 2012-06-26 14:51:35 +00:00
aic79xx.h
aic79xx.reg Correct logic bug in aicasm's undefined register bit access detection code. 2010-07-14 14:31:18 +00:00
aic79xx.seq
aic7770.c
aic_osm_lib.c Remove variables which are initialized but never used thereafter 2012-08-05 08:08:34 +00:00
aic_osm_lib.h