Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb The revision of new document is 1.0.



details:   https://anonhg.NetBSD.org/src/rev/c6e56819fd41
branches:  trunk
changeset: 535273:c6e56819fd41
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Aug 13 09:58:05 2002 +0000

description:
The revision of new document is 1.0.

diffstat:

 sys/dev/usb/ehci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fbe03b9a9893 -r c6e56819fd41 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Tue Aug 13 09:51:27 2002 +0000
+++ b/sys/dev/usb/ehci.c        Tue Aug 13 09:58:05 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.34 2002/08/13 09:51:27 augustss Exp $       */
+/*     $NetBSD: ehci.c,v 1.35 2002/08/13 09:58:05 enami Exp $  */
 
 /*
  * TODO
@@ -44,7 +44,7 @@
 /*
  * USB Enhanced Host Controller Driver, a.k.a. USB 2.0 controller.
  *
- * The EHCI 0.96 spec can be found at
+ * The EHCI 1.0 spec can be found at
  * http://developer.intel.com/technology/usb/download/ehci-r10.pdf
  * and the USB 2.0 spec at
  * http://www.usb.org/developers/data/usb_20.zip
@@ -52,7 +52,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.34 2002/08/13 09:51:27 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.35 2002/08/13 09:58:05 enami Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index