Module Name: src
Committed By: jdolecek
Date: Mon Oct 22 21:25:23 UTC 2018
Modified Files:
src/sys/dev/ata: TODO.ncq
Log Message:
remove the note for dump, moral equivalent is done and biodone() most
certainly should not be done
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/sys/dev/ata/TODO.ncq:1.9
--- src/sys/dev/ata/TODO.ncq:1.8 Mon Oct 22 21:24:18 2018
+++ src/sys/dev/ata/TODO.ncq Mon Oct 22 21:25:23 2018
@@ -1,9 +1,5 @@
Other random notes (do outside the NCQ branch):
-----------------------------------------------------
-do biodone() in wddone() starting the dump to not leak bufs when dumping from
-active system? make sure to not trigger atastart()
-- call ata_kill_active() + ata_kill_pending() when dumping
-
implement support for PM FIS-based switching, remove restriction in atastart()
for hw which supports it, adjust error handling in controller drivers to handle
xfers for several different drives