Module Name: src
Committed By: jdolecek
Date: Mon Oct 22 21:23:16 UTC 2018
Modified Files:
src/sys/dev/usb: umass_isdata.c
Log Message:
add a note this needs to be retested
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/usb/umass_isdata.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/umass_isdata.c
diff -u src/sys/dev/usb/umass_isdata.c:1.38 src/sys/dev/usb/umass_isdata.c:1.39
--- src/sys/dev/usb/umass_isdata.c:1.38 Mon Oct 22 20:13:47 2018
+++ src/sys/dev/usb/umass_isdata.c Mon Oct 22 21:23:16 2018
@@ -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 @@ int umass_wd_attach(struct umass_softc *
#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;