Module Name:    src
Committed By:   jmcneill
Date:           Sat Jul  8 16:20:21 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: SUNXI

Log Message:
Remove pass numbers for ehci/ohci now that the attach order no longer matters


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/sys/arch/evbarm/conf/SUNXI:1.16
--- src/sys/arch/evbarm/conf/SUNXI:1.15	Sat Jul  8 12:37:34 2017
+++ src/sys/arch/evbarm/conf/SUNXI	Sat Jul  8 16:20:21 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: SUNXI,v 1.15 2017/07/08 12:37:34 jmcneill Exp $
+#	$NetBSD: SUNXI,v 1.16 2017/07/08 16:20:21 jmcneill Exp $
 #
 #	Allwinner sunxi family
 #
@@ -119,9 +119,9 @@ ld3		at sdmmc3
 ld*		at sdmmc?
 
 # USB 2.0
-sunxiusbphy*	at fdt?	pass 5		# USB PHY
-ehci*		at fdt?	pass 9		# EHCI
-ohci*		at fdt?	pass 8		# OHCI
+sunxiusbphy*	at fdt?	pass 9		# USB PHY
+ehci*		at fdt?			# EHCI
+ohci*		at fdt?			# OHCI
 usb*		at ehci?
 usb*		at ohci?
 

Reply via email to