Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Fix typos.



details:   https://anonhg.NetBSD.org/src/rev/4360291798f9
branches:  trunk
changeset: 480742:4360291798f9
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Jan 19 01:16:38 2000 +0000

description:
Fix typos.
Never, never, never commit without compiling first.

diffstat:

 sys/dev/usb/uhci.c     |  4 ++--
 sys/dev/usb/usbdivar.h |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 751b4da91e54 -r 4360291798f9 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Wed Jan 19 01:04:26 2000 +0000
+++ b/sys/dev/usb/uhci.c        Wed Jan 19 01:16:38 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.79 2000/01/19 01:04:26 augustss Exp $       */
+/*     $NetBSD: uhci.c,v 1.80 2000/01/19 01:16:38 augustss Exp $       */
 /*     $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $       */
 
 /*
@@ -2575,7 +2575,7 @@
                        ival = pipe->interval;
                        if (ival == USBD_DEFAULT_INTERVAL)
                                ival = ed->bInterval;
-                       return (ohci_device_setintr(sc, opipe, ival));
+                       return (uhci_device_setintr(sc, upipe, ival));
                case UE_ISOCHRONOUS:
                        pipe->methods = &uhci_device_isoc_methods;
                        return (uhci_setup_isoc(pipe));
diff -r 751b4da91e54 -r 4360291798f9 sys/dev/usb/usbdivar.h
--- a/sys/dev/usb/usbdivar.h    Wed Jan 19 01:04:26 2000 +0000
+++ b/sys/dev/usb/usbdivar.h    Wed Jan 19 01:16:38 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdivar.h,v 1.45 2000/01/19 00:23:59 augustss Exp $   */
+/*     $NetBSD: usbdivar.h,v 1.46 2000/01/19 01:16:40 augustss Exp $   */
 /*     $FreeBSD: src/sys/dev/usb/usbdivar.h,v 1.11 1999/11/17 22:33:51 n_hibma Exp $   */
 
 /*
@@ -197,6 +197,7 @@
        SIMPLEQ_ENTRY(usbd_xfer) next;
 
        void                   *hcpriv; /* private use by the HC driver */
+       int                     hcprivint;
 
 #if defined(__FreeBSD__)
        struct callout_handle  timo_handle;



Home | Main Index | Thread Index | Old Index