Module Name: src
Committed By: jdolecek
Date: Wed Nov 1 21:27:22 UTC 2017
Modified Files:
src/sys/dev/ata: TODO.ncq
Log Message:
one down - mlelstv converted wd(4) to dksubr
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ata/TODO.ncq
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ata/TODO.ncq
diff -u src/sys/dev/ata/TODO.ncq:1.2 src/sys/dev/ata/TODO.ncq:1.3
--- src/sys/dev/ata/TODO.ncq:1.2 Sat Oct 7 16:05:32 2017
+++ src/sys/dev/ata/TODO.ncq Wed Nov 1 21:27:22 2017
@@ -17,8 +17,6 @@ done on a mpata branch?)
queue is allocated regardless if there are any drives, fix?
-change wd(4) to use dksubr
-
dump to unopened disk fails (e.g. dump do wd1b when wd1a not mounted), due
to the open path executing ata_get_params(), which eventually tsleeps()
while waiting for the command to finish; specifically, if WDF_LOADED is not