summaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorjdolecek <jdolecek@NetBSD.org>2018-10-22 21:25:23 +0000
committerjdolecek <jdolecek@NetBSD.org>2018-10-22 21:25:23 +0000
commit2e99ea072f7d75bd4413ef0c4d120ec314a58e62 (patch)
treee31947e7da37f77b10446e666e9d8b6c674f43f1 /sys/dev/ata
parentea729f9703e736a3eae64ae98bc928ea0daac980 (diff)
remove the note for dump, moral equivalent is done and biodone() most
certainly should not be done
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/TODO.ncq4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ata/TODO.ncq b/sys/dev/ata/TODO.ncq
index ce089275734..63e885220b6 100644
--- a/sys/dev/ata/TODO.ncq
+++ b/sys/dev/ata/TODO.ncq
@@ -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