Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb One more TODO item; sub-classes other than SCSI.
details: https://anonhg.NetBSD.org/src/rev/5e283395d05c
branches: trunk
changeset: 475912:5e283395d05c
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Aug 29 18:58:03 1999 +0000
description:
One more TODO item; sub-classes other than SCSI.
diffstat:
sys/dev/usb/umass.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 586c93c67395 -r 5e283395d05c sys/dev/usb/umass.c
--- a/sys/dev/usb/umass.c Sun Aug 29 18:57:15 1999 +0000
+++ b/sys/dev/usb/umass.c Sun Aug 29 18:58:03 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umass.c,v 1.5 1999/08/29 18:57:15 thorpej Exp $ */
+/* $NetBSD: umass.c,v 1.6 1999/08/29 18:58:03 thorpej Exp $ */
/*-
* Copyright (c) 1999 MAEKAWA Masahide <bishop%rr.iij4u.or.jp@localhost>,
@@ -57,6 +57,8 @@
* x Need to handle hot-unplug.
*
* x Add support for other than Bulk.
+ *
+ * x Add support for other than SCSI.
*/
/* Authors: (with short acronyms for comments)
Home |
Main Index |
Thread Index |
Old Index