Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/arch/arm/omap Fix (harmless?) bug that set the root...
details: https://anonhg.NetBSD.org/src/rev/a1d841daa5e0
branches: nick-nhusb
changeset: 334074:a1d841daa5e0
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Dec 04 07:53:46 2014 +0000
description:
Fix (harmless?) bug that set the roothub address to the device address.
diffstat:
sys/arch/arm/omap/omapl1x_ohci.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 111027bcdc87 -r a1d841daa5e0 sys/arch/arm/omap/omapl1x_ohci.c
--- a/sys/arch/arm/omap/omapl1x_ohci.c Thu Dec 04 06:57:29 2014 +0000
+++ b/sys/arch/arm/omap/omapl1x_ohci.c Thu Dec 04 07:53:46 2014 +0000
@@ -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 @@
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;
Home |
Main Index |
Thread Index |
Old Index