Module Name: src
Committed By: mlelstv
Date: Fri Nov 3 13:01:26 UTC 2017
Modified Files:
src/sys/dev/ata: wd.c wdvar.h
Log Message:
Add WDF_OPEN flag to really disallow opening of a disk that has been
invalidated.
Restore wdbiorestart function to actually retry the failed I/O request instead
of just restarting the queue.
Fix compilation without ATADEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.434 -r1.435 src/sys/dev/ata/wd.c
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/ata/wdvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.