Module Name: src
Committed By: jmcneill
Date: Sat Sep 9 12:02:58 UTC 2017
Modified Files:
src/sys/arch/evbarm/conf: SUNXI
Log Message:
add motg
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/SUNXI
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/evbarm/conf/SUNXI
diff -u src/sys/arch/evbarm/conf/SUNXI:1.28 src/sys/arch/evbarm/conf/SUNXI:1.29
--- src/sys/arch/evbarm/conf/SUNXI:1.28 Thu Sep 7 21:22:51 2017
+++ src/sys/arch/evbarm/conf/SUNXI Sat Sep 9 12:02:57 2017
@@ -1,5 +1,5 @@
#
-# $NetBSD: SUNXI,v 1.28 2017/09/07 21:22:51 jmcneill Exp $
+# $NetBSD: SUNXI,v 1.29 2017/09/09 12:02:57 jmcneill Exp $
#
# Allwinner sunxi family
#
@@ -197,8 +197,11 @@ pseudo-device wsmux
sunxiusbphy* at fdt? pass 9 # USB PHY
ehci* at fdt? # EHCI
ohci* at fdt? # OHCI
+motg* at fdt? # USB OTG
+options MOTG_ALLWINNER # XXX this should be a driver flag
usb* at ehci?
usb* at ohci?
+usb* at motg?
include "dev/usb/usbdevices.config"
midi* at midibus?