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 fix comment - dynamically allocated ...
details: https://anonhg.NetBSD.org/src/rev/dbf2cb0dc17c
branches: jdolecek-ncqfixes
changeset: 1025070:dbf2cb0dc17c
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Fri Aug 31 19:23:54 2018 +0000
description:
fix comment - dynamically allocated yes, per-drive not
diffstat:
sys/dev/ata/TODO.ncq | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (10 lines):
diff -r 53f151b2fc5b -r dbf2cb0dc17c sys/dev/ata/TODO.ncq
--- a/sys/dev/ata/TODO.ncq Fri Aug 31 19:15:04 2018 +0000
+++ b/sys/dev/ata/TODO.ncq Fri Aug 31 19:23:54 2018 +0000
@@ -1,5 +1,5 @@
jdolecek-ncqfixes goals:
-- make ata_xfer dynamically allocated per-drive using a pool
+- make ata_xfer dynamically allocated using a pool
- fixes: queue is allocated regardless if there are any drives, fix?
- remove limit of queued ata_xfers, allow any number of pending xfers;
this should fix kern/52614 AKA wdc-attached ATAPI cd(4)
Home |
Main Index |
Thread Index |
Old Index