Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/jdolecek-ncq]: src/sys/dev/ata another one down
details: https://anonhg.NetBSD.org/src/rev/f8512cbf5dcc
branches: jdolecek-ncq
changeset: 352739:f8512cbf5dcc
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Aug 01 22:04:48 2017 +0000
description:
another one down
diffstat:
sys/dev/ata/TODO.ncq | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diffs (16 lines):
diff -r 7c10b92005c2 -r f8512cbf5dcc sys/dev/ata/TODO.ncq
--- a/sys/dev/ata/TODO.ncq Tue Aug 01 22:02:32 2017 +0000
+++ b/sys/dev/ata/TODO.ncq Tue Aug 01 22:04:48 2017 +0000
@@ -18,12 +18,6 @@
kill active transfers after software drive reset - race timeout vs.
error recovery
-multi-pmp disk open+i/o on siisata fails - track down and fix
-#!/bin/sh
-for disk in $disks; do
- (echo $disk; for i in `seq 0 3`; do dd if=/dev/r${disk}d bs=16m of=/dev/null count=1; done)&
-done;
-
Other random notes (do outside the NCQ branch):
-----------------------------------------------------
implement support for PM FIS-based switching, remove restriction in atastart()
Home |
Main Index |
Thread Index |
Old Index