Module Name: src
Committed By: skrll
Date: Thu Apr 3 06:07:22 UTC 2014
Modified Files:
src/sys/external/bsd/dwc2: dwctwo2netbsd
Log Message:
New dwc2 location - it moved out of staging.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/dwc2/dwctwo2netbsd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/dwc2/dwctwo2netbsd
diff -u src/sys/external/bsd/dwc2/dwctwo2netbsd:1.2 src/sys/external/bsd/dwc2/dwctwo2netbsd:1.3
--- src/sys/external/bsd/dwc2/dwctwo2netbsd:1.2 Sat Oct 5 07:00:41 2013
+++ src/sys/external/bsd/dwc2/dwctwo2netbsd Thu Apr 3 06:07:22 2014
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: dwctwo2netbsd,v 1.2 2013/10/05 07:00:41 skrll Exp $
+# $NetBSD: dwctwo2netbsd,v 1.3 2014/04/03 06:07:22 skrll Exp $
#
# Copyright (c) 2013 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -35,7 +35,7 @@
# $ DATE=$(date +%F)
# $ cd /some/where/temporary
# $ git clone -b staging.next git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
-# $ DWC2SRCS=$(pwd)/drivers/staging/dwc2
+# $ DWC2SRCS=$(pwd)/drivers/usb/dwc2
# $ WRKDIR=/an/other/temporary
# $ sh /usr/src/sys/external/bsd/dwc2/dwctwo2netbsd $DWC2SRCS $WRKDIR
# $ cd $WRKDIR