freebsd-dev/sys/dev/ata
Alexander Motin 512a3aa005 Fix command timeout caused by data underrun during fetching ATAPI sense
data, introduced by r246713.  There are two places where ata_request is
filled in ATA_CAM: ata_cam_begin_transaction() and ata_cam_request_sense().
In the first case DMA should be done for addresses from the CCB. In second
case, DMA should be done to the different address, the address of the sense
buffer inside the CCB structure itself.
2013-02-22 21:43:21 +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 Fix command timeout caused by data underrun during fetching ATAPI sense 2013-02-22 21:43:21 +00:00
ata-all.h Fix command timeout caused by data underrun during fetching ATAPI sense 2013-02-22 21:43:21 +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 Fix command timeout caused by data underrun during fetching ATAPI sense 2013-02-22 21:43:21 +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
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