Module Name:    src
Committed By:   skrll
Date:           Thu Dec  4 07:53:46 UTC 2014

Modified Files:
        src/sys/arch/arm/omap [nick-nhusb]: omapl1x_ohci.c

Log Message:
Fix (harmless?) bug that set the roothub address to the device address.


To generate a diff of this commit:
cvs rdiff -u -r1.1.12.2 -r1.1.12.3 src/sys/arch/arm/omap/omapl1x_ohci.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/arm/omap/omapl1x_ohci.c
diff -u src/sys/arch/arm/omap/omapl1x_ohci.c:1.1.12.2 src/sys/arch/arm/omap/omapl1x_ohci.c:1.1.12.3
--- src/sys/arch/arm/omap/omapl1x_ohci.c:1.1.12.2	Wed Dec  3 12:52:05 2014
+++ src/sys/arch/arm/omap/omapl1x_ohci.c	Thu Dec  4 07:53:46 2014
@@ -41,7 +41,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: omapl1x_ohci.c,v 1.1.12.2 2014/12/03 12:52:05 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omapl1x_ohci.c,v 1.1.12.3 2014/12/04 07:53:46 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -127,7 +127,6 @@ omapl1xohci_attach (struct device *paren
 	sc->sc.sc_bus.ub_hcpriv = sc;
 	sc->sc_intr = tipb->tipb_intr;
 	sc->sc.iot = tipb->tipb_iot;
-	sc->sc.sc_addr = tipb->tipb_addr;
 	sc->sc.sc_size = tipb->tipb_size;
 	sc->sc.sc_bus.ub_dmatag = tipb->tipb_dmac;
 

Reply via email to