Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/samsung The Odroids USB hub and Ethernet init a...
details: https://anonhg.NetBSD.org/src/rev/9ebc1679abea
branches: trunk
changeset: 329141:9ebc1679abea
user: reinoud <reinoud%NetBSD.org@localhost>
date: Sat May 10 21:10:27 2014 +0000
description:
The Odroids USB hub and Ethernet init are not to be done at the SoC level.
diffstat:
sys/arch/arm/samsung/exynos_usb.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 7125ce57dd82 -r 9ebc1679abea sys/arch/arm/samsung/exynos_usb.c
--- a/sys/arch/arm/samsung/exynos_usb.c Sat May 10 20:38:15 2014 +0000
+++ b/sys/arch/arm/samsung/exynos_usb.c Sat May 10 21:10:27 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exynos_usb.c,v 1.2 2014/05/05 20:24:35 reinoud Exp $ */
+/* $NetBSD: exynos_usb.c,v 1.3 2014/05/10 21:10:27 reinoud Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exynos_usb.c,v 1.2 2014/05/05 20:24:35 reinoud Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exynos_usb.c,v 1.3 2014/05/10 21:10:27 reinoud Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -159,8 +159,6 @@
#endif
/* TBD Init USB subsystem */
- /* TBD program USB hub */
- /* TBD power cycle USB ethernet chip */
/* claim shared interrupt for OHCI/EHCI */
sc->sc_intrh = intr_establish(sc->sc_irq, IPL_USB, IST_LEVEL,
Home |
Main Index |
Thread Index |
Old Index