Module Name: src Committed By: jdolecek Date: Sat Jul 29 13:02:50 UTC 2017
Modified Files: src/sys/dev/ic [jdolecek-ncq]: ahcisata_core.c Log Message: do not do the drive reset on non-fatal recovery - spec explicitely says says the READ LOG EXT should only be done when neither COMRESET nor software reset was done, and indeed it returns junk in this case use C_RECOVERY slot for drive reset, so that it now will always succeed in getting a slot, in cases when it would be necessary adjust code and comments on the recovery path to explain better what's going on with this AHCI error recovery works with real hardware without timeouts again To generate a diff of this commit: cvs rdiff -u -r1.57.6.20 -r1.57.6.21 src/sys/dev/ic/ahcisata_core.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.