Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/jdolecek-ncqfixes]: src/sys/dev/ata rechecked bad block handling under P...



details:   https://anonhg.NetBSD.org/src/rev/922df04c6192
branches:  jdolecek-ncqfixes
changeset: 850605:922df04c6192
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Oct 17 18:03:26 2018 +0000

description:
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

diffstat:

 sys/dev/ata/TODO.ncq |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r d721c9243b98 -r 922df04c6192 sys/dev/ata/TODO.ncq
--- a/sys/dev/ata/TODO.ncq      Mon Oct 15 21:18:53 2018 +0000
+++ b/sys/dev/ata/TODO.ncq      Wed Oct 17 18:03:26 2018 +0000
@@ -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
 ----



Home | Main Index | Thread Index | Old Index