Module Name:    src
Committed By:   macallan
Date:           Tue Apr 28 15:07:07 UTC 2015

Modified Files:
        src/sys/arch/mips/ingenic: ingenic_dwctwo.c

Log Message:
'USB' -> 'USB OTG' to distinguish this one from the other USB hosts


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mips/ingenic/ingenic_dwctwo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/ingenic/ingenic_dwctwo.c
diff -u src/sys/arch/mips/ingenic/ingenic_dwctwo.c:1.9 src/sys/arch/mips/ingenic/ingenic_dwctwo.c:1.10
--- src/sys/arch/mips/ingenic/ingenic_dwctwo.c:1.9	Tue Mar 17 09:27:09 2015
+++ src/sys/arch/mips/ingenic/ingenic_dwctwo.c	Tue Apr 28 15:07:07 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: ingenic_dwctwo.c,v 1.9 2015/03/17 09:27:09 macallan Exp $ */
+/*	$NetBSD: ingenic_dwctwo.c,v 1.10 2015/04/28 15:07:07 macallan Exp $ */
 
 /*-
  * Copyright (c) 2014 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ingenic_dwctwo.c,v 1.9 2015/03/17 09:27:09 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ingenic_dwctwo.c,v 1.10 2015/04/28 15:07:07 macallan Exp $");
 
 /*
  * adapted from bcm2835_dwctwo.c
@@ -134,9 +134,10 @@ ingenic_dwc2_attach(device_t parent, dev
 		return;
 	}
 
-	aprint_naive(": USB controller\n");
-	aprint_normal(": USB controller\n");
+	aprint_naive(": USB OTG controller\n");
+	aprint_normal(": USB OTG controller\n");
 
+	/* reset PHY, flash LED */
 	gpio_set(5, 15, 0);
 	delay(250000);
 	gpio_set(5, 15, 1);

Reply via email to