freebsd-dev/sys/dev/ata
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
..
chipsets Add Intel Lynx Point PCH SATA Controller Device IDs 2013-01-02 22:26:46 +00:00
ata_if.m Convert files to UTF-8 2012-01-15 13:23:18 +00:00
ata-all.c Only four specific ATA PIO commands transfer several sectors per DRQ block 2012-11-01 00:09:01 +00:00
ata-all.h Improve r238673 to additionally allow for odd-aligned buffers as 2013-02-02 21:57:06 +00:00
ata-card.c Remove duplicate const specifiers in many drivers (I hope I got all of 2012-11-05 19:16:27 +00:00
ata-cbus.c - First pass at const'ifying ata(4) as appropriate. 2012-03-21 16:59:39 +00:00
ata-disk.c - First pass at const'ifying ata(4) as appropriate. 2012-03-21 16:59:39 +00:00
ata-disk.h Convert files to UTF-8 2012-01-15 13:23:18 +00:00
ata-dma.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
ata-isa.c Convert files to UTF-8 2012-01-15 13:23:18 +00:00
ata-lowlevel.c Improve r238673 to additionally allow for odd-aligned buffers as 2013-02-02 21:57:06 +00:00
ata-pci.c - First pass at const'ifying ata(4) as appropriate. 2012-03-21 16:59:39 +00:00
ata-pci.h Add Intel Lynx Point PCH SATA Controller Device IDs 2013-01-02 22:26:46 +00:00
ata-queue.c - First pass at const'ifying ata(4) as appropriate. 2012-03-21 16:59:39 +00:00
ata-raid-ddf.h Add basic support for DDF, often found on Adaptec HostRAID controllers. 2009-02-20 06:10:12 +00:00
ata-raid.c In case somebody still use it, fix legacy ataraid(4) to work on combined 2013-01-15 02:18:04 +00:00
ata-raid.h Convert files to UTF-8 2012-01-15 13:23:18 +00:00
ata-sata.c Add checks for ata_sata_scr_read() return statuses. It is mostly to silence 2012-10-10 17:51:23 +00:00
atapi-cam.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
atapi-cd.c - First pass at const'ifying ata(4) as appropriate. 2012-03-21 16:59:39 +00:00
atapi-cd.h Convert files to UTF-8 2012-01-15 13:23:18 +00:00
atapi-fd.c - First pass at const'ifying ata(4) as appropriate. 2012-03-21 16:59:39 +00:00
atapi-fd.h Convert files to UTF-8 2012-01-15 13:23:18 +00:00
atapi-tape.c - First pass at const'ifying ata(4) as appropriate. 2012-03-21 16:59:39 +00:00
atapi-tape.h Convert files to UTF-8 2012-01-15 13:23:18 +00:00