Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb add a note this needs to be retested



details:   https://anonhg.NetBSD.org/src/rev/3f491e270ebc
branches:  trunk
changeset: 445320:3f491e270ebc
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Oct 22 21:23:16 2018 +0000

description:
add a note this needs to be retested

diffstat:

 sys/dev/usb/umass_isdata.c |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 8fcdc5176e1f -r 3f491e270ebc sys/dev/usb/umass_isdata.c
--- a/sys/dev/usb/umass_isdata.c        Mon Oct 22 21:04:53 2018 +0000
+++ b/sys/dev/usb/umass_isdata.c        Mon Oct 22 21:23:16 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass_isdata.c,v 1.38 2018/10/22 20:13:47 jdolecek Exp $       */
+/*     $NetBSD: umass_isdata.c,v 1.39 2018/10/22 21:23:16 jdolecek Exp $       */
 
 /*
  * TODO:
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass_isdata.c,v 1.38 2018/10/22 20:13:47 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass_isdata.c,v 1.39 2018/10/22 21:23:16 jdolecek Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -65,6 +65,11 @@
 #include <dev/ata/atareg.h>
 #include <dev/ata/atavar.h>
 
+/*
+ * XXX This driver likely doesn't work after ATA NCQ changes.
+ * XXX Need to confirm if the ata_channel kludge works
+ */
+
 /* XXX move this */
 struct isd200_config {
        uByte EventNotification;



Home | Main Index | Thread Index | Old Index