Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Update documentation references.



details:   https://anonhg.NetBSD.org/src/rev/1e5c98ae6f4e
branches:  trunk
changeset: 475897:1e5c98ae6f4e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 29 18:13:26 1999 +0000

description:
Update documentation references.

diffstat:

 sys/dev/usb/umass.c |  17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r d53e140c66b9 -r 1e5c98ae6f4e sys/dev/usb/umass.c
--- a/sys/dev/usb/umass.c       Sun Aug 29 18:11:28 1999 +0000
+++ b/sys/dev/usb/umass.c       Sun Aug 29 18:13:26 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass.c,v 1.2 1999/08/29 17:34:11 thorpej Exp $        */
+/*     $NetBSD: umass.c,v 1.3 1999/08/29 18:13:26 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1999 MAEKAWA Masahide <bishop%rr.iij4u.or.jp@localhost>,
@@ -30,10 +30,17 @@
  */
 
 /*
- * Universal Serial Bus Mass Storage Class Bulk-Only Transport
- * http://www.usb.org/developers/usbmassbulk_09.pdf
+ * Universal Serial Bus Mass Storage Class Control/Interrupt/Bulk (CBI)
+ * Specification:
+ *
+ *     http://www.usb.org/developers/usbmass-cbi10.pdf
  *
- * Relevant parts have been quoted in the source.
+ * Universal Serial Bus Mass Storage Bulk Only 1.0rc4 Specification:
+ *
+ *     http://www.usb.org/developers/umassbulk_10rc4.pdf
+ *
+ * Relevant parts of the old spec (Bulk-only 0.9) have been quoted
+ * in the source.
  */
 
 /* To do:
@@ -48,6 +55,8 @@
  *     x Need to handle SCSI Sense handling.
  *
  *     x Need to handle hot-unplug.
+ *
+ *     x Add support for other than Bulk.
  */
 
 /* Authors: (with short acronyms for comments)



Home | Main Index | Thread Index | Old Index