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/f700cae5021e
branches:  jdolecek-ncqfixes
changeset: 850572:f700cae5021e
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 f5245a14b5f6 -r f700cae5021e 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