Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ata remove TODO.ncq; the FIS note was added to atast...
details: https://anonhg.NetBSD.org/src/rev/44e6b8c312da
branches: trunk
changeset: 445358:44e6b8c312da
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed Oct 24 20:03:07 2018 +0000
description:
remove TODO.ncq; the FIS note was added to atastart(), and the note
about dump to unopened wd(4) device was attached to PR kern/16789, and
nothing else remains
diffstat:
sys/dev/ata/TODO.ncq | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diffs (18 lines):
diff -r f2f6beebb545 -r 44e6b8c312da sys/dev/ata/TODO.ncq
--- a/sys/dev/ata/TODO.ncq Wed Oct 24 20:01:13 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-Other random notes (do outside the NCQ branch):
------------------------------------------------------
-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
-
-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
-set
-- happens due to wd_get_params() with just AT_WAIT in wdopen()
-- not easy to fix, open needs to read disklabel and all this mechanics
- is too much for emergency crash dump code path
-- old bug - kern/16789
Home |
Main Index |
Thread Index |
Old Index