Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/allwinner ECHI -> EHCI in printf



details:   https://anonhg.NetBSD.org/src/rev/cf044befea2d
branches:  trunk
changeset: 789771:cf044befea2d
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Sep 07 10:46:18 2013 +0000

description:
ECHI -> EHCI in printf

diffstat:

 sys/arch/arm/allwinner/awin_usb.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 3d0d8c6c9f31 -r cf044befea2d sys/arch/arm/allwinner/awin_usb.c
--- a/sys/arch/arm/allwinner/awin_usb.c Sat Sep 07 10:45:53 2013 +0000
+++ b/sys/arch/arm/allwinner/awin_usb.c Sat Sep 07 10:46:18 2013 +0000
@@ -34,7 +34,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: awin_usb.c,v 1.5 2013/09/07 10:45:53 jmcneill Exp $");
+__KERNEL_RCSID(1, "$NetBSD: awin_usb.c,v 1.6 2013/09/07 10:46:18 jmcneill Exp $");
 
 #include <sys/bus.h>
 #include <sys/device.h>
@@ -224,7 +224,7 @@
        strlcpy(sc->sc_vendor, "Allwinner", sizeof(sc->sc_vendor));
 
        aprint_naive(": EHCI USB controller\n");
-       aprint_normal(": ECHI USB controller\n");
+       aprint_normal(": EHCI USB controller\n");
 
        int error = ehci_init(sc);
        if (error != USBD_NORMAL_COMPLETION) {



Home | Main Index | Thread Index | Old Index