opnsense-src/sys/dev/ata
Alexander Motin 76eb28f350 Only four specific ATA PIO commands transfer several sectors per DRQ block
(interrupt).  All other ATA PIO commands transfer one sector or 512 bytes
at one time.  Hardcode these exceptions in ata(4) with ATA_CAM option.
This fixes timeout of READ LOG EXT command used by `smartctl -x /dev/adaX`.
2012-11-01 00:09:01 +00:00
..
chipsets Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for 2012-10-26 20:03:08 +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 Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for 2012-10-26 20:03:08 +00:00
ata-card.c - First pass at const'ifying ata(4) as appropriate. 2012-03-21 16:59:39 +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 Convert files to UTF-8 2012-01-15 13:23:18 +00:00
ata-isa.c Convert files to UTF-8 2012-01-15 13:23:18 +00:00
ata-lowlevel.c Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for 2012-10-26 20:03:08 +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 IDs for JMicron JMB360/JMB362 AHCI SATA controllers. 2012-08-30 15:23:59 +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 - First pass at const'ifying ata(4) as appropriate. 2012-03-21 16:59:39 +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
ata_if.m Convert files to UTF-8 2012-01-15 13:23:18 +00:00
atapi-cam.c - First pass at const'ifying ata(4) as appropriate. 2012-03-21 16:59:39 +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