Module Name: src
Committed By: jdolecek
Date: Wed Oct 17 18:03:27 UTC 2018
Modified Files:
src/sys/dev/ata [jdolecek-ncqfixes]: TODO.ncq
Log Message:
rechecked bad block handling under Parallels and it really doesn't set
any error bits in any of the registers (neither IS nor SERR) for out-of-range
block read nor write, while it works just fine under VMware, so not our bug
To generate a diff of this commit:
cvs rdiff -u -r1.4.2.15 -r1.4.2.16 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.4.2.15 src/sys/dev/ata/TODO.ncq:1.4.2.16
--- src/sys/dev/ata/TODO.ncq:1.4.2.15 Mon Oct 15 21:18:53 2018
+++ src/sys/dev/ata/TODO.ncq Wed Oct 17 18:03:26 2018
@@ -1,6 +1,6 @@
-jdolecek-ncqfixes goals:
-- re-check READ LOG EXT handling under native and Parallels to make sure
- the NOERROR under Parallels is their bug and not ours
+jdolecek-ncqfixes to finish:
+- re-check READ LOG EXT handling under native
+- recheck native working for ahcisata(4), siisata(4), mvsata(4) + PMP
Bugs
----