Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Note a few TODO items.



details:   https://anonhg.NetBSD.org/src/rev/7448e73ae00b
branches:  trunk
changeset: 475891:7448e73ae00b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 29 17:34:11 1999 +0000

description:
Note a few TODO items.

diffstat:

 sys/dev/usb/umass.c |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 3918adb8de20 -r 7448e73ae00b sys/dev/usb/umass.c
--- a/sys/dev/usb/umass.c       Sun Aug 29 17:26:22 1999 +0000
+++ b/sys/dev/usb/umass.c       Sun Aug 29 17:34:11 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass.c,v 1.1 1999/08/29 00:30:08 thorpej Exp $        */
+/*     $NetBSD: umass.c,v 1.2 1999/08/29 17:34:11 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1999 MAEKAWA Masahide <bishop%rr.iij4u.or.jp@localhost>,
@@ -42,6 +42,12 @@
  *
  *     x Should handle more than just Iomega USB Zip drives.  There are
  *       a fair number of USB->SCSI dongles out there.
+ *
+ *     x Need to implement SCSI command timeout/abort handling.
+ *
+ *     x Need to handle SCSI Sense handling.
+ *
+ *     x Need to handle hot-unplug.
  */
 
 /* Authors: (with short acronyms for comments)



Home | Main Index | Thread Index | Old Index