Module Name: src Committed By: jdolecek Date: Wed Jul 19 20:02:40 UTC 2017
Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: convert over to new error handling world order: - switch to ata_timeout() - stop using ch_status/ch_error for passing state/error, stop setting ATACH_IRQ_WAIT in ch_flags; pass the state via the last parameter to c_intr() routine - add NCQ recovery and KILL_REQUEUE - only call atastart() in c_intr() if there was no error several siisata specific tweaks: - improve reset to better handle PM - need to reset couple more registers - add timeouts for unbusy wait - ATA_DELAY (10s) - siisata_bio_complete() do not use PRSO_RTC for byte count for NCQ transfers, they never return partial reads; and that register might contain some random junk, at least that's the case with ahcisata cmdh_prdbc To generate a diff of this commit: cvs rdiff -u -r1.30.4.25 -r1.30.4.26 src/sys/dev/ic/siisata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.