diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 24deb502b786..dc693ea3ebd2 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -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 , @@ -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)