Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Remove pass numbers for ehci/ohci now t...



details:   https://anonhg.NetBSD.org/src/rev/b3f526a7cf09
branches:  trunk
changeset: 825317:b3f526a7cf09
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jul 08 16:20:21 2017 +0000

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

diffstat:

 sys/arch/evbarm/conf/SUNXI |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r fce5789bfca3 -r b3f526a7cf09 sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Sat Jul 08 16:19:56 2017 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Sat Jul 08 16:20:21 2017 +0000
@@ -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 @@
 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?
 



Home | Main Index | Thread Index | Old Index