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 Attach tiusb before the default pass si...
details: https://anonhg.NetBSD.org/src/rev/b8456f79cfc8
branches: trunk
changeset: 460721:b8456f79cfc8
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Nov 01 12:01:09 2019 +0000
description:
Attach tiusb before the default pass since it adds a bus to reduce kernel output
diffstat:
sys/arch/evbarm/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r ca0a7c51022e -r b8456f79cfc8 sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC Fri Nov 01 11:53:51 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC Fri Nov 01 12:01:09 2019 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.65 2019/11/01 11:53:51 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.66 2019/11/01 12:01:09 jmcneill Exp $
#
# GENERIC ARM (aarch32) kernel
#
@@ -720,8 +720,8 @@
tegrausbphy* at fdt? # NVIDIA Tegra USB PHY
usbnopphy* at fdt? pass 9 # Generic USB PHY
tiotg* at fdt? # TI dual port OTG
-tiusb* at fdt? # TI HS USB host
-tiusbtll* at fdt? pass 9 # TI HS USB host TLL
+tiusb* at fdt? pass 9 # TI HS USB host
+tiusbtll* at fdt? pass 8 # TI HS USB host TLL
dwctwo* at fdt? # Designware USB DRD
ehci* at fdt? # EHCI
motg* at fdt? # Mentor Graphics USB OTG
Home |
Main Index |
Thread Index |
Old Index