Module Name: src
Committed By: reinoud
Date: Sat May 10 21:10:27 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos_usb.c
Log Message:
The Odroids USB hub and Ethernet init are not to be done at the SoC level.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/samsung/exynos_usb.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/samsung/exynos_usb.c
diff -u src/sys/arch/arm/samsung/exynos_usb.c:1.2 src/sys/arch/arm/samsung/exynos_usb.c:1.3
--- src/sys/arch/arm/samsung/exynos_usb.c:1.2 Mon May 5 20:24:35 2014
+++ src/sys/arch/arm/samsung/exynos_usb.c Sat May 10 21:10:27 2014
@@ -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 @@ exynos_usb_attach(device_t parent, devic
#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,