Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/arch/evbarm/conf Enable xhci(4) in TEGRA. It shoul...



details:   https://anonhg.NetBSD.org/src/rev/92b2938c382b
branches:  nick-nhusb
changeset: 334552:92b2938c382b
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Nov 01 21:27:15 2016 +0000

description:
Enable xhci(4) in TEGRA.  It should have something to do now that the pad
setup exists.

diffstat:

 sys/arch/evbarm/conf/TEGRA |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r e7a16f655463 -r 92b2938c382b sys/arch/evbarm/conf/TEGRA
--- a/sys/arch/evbarm/conf/TEGRA        Tue Nov 01 21:24:16 2016 +0000
+++ b/sys/arch/evbarm/conf/TEGRA        Tue Nov 01 21:27:15 2016 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: TEGRA,v 1.6.2.3 2016/10/05 20:55:26 skrll Exp $
+#      $NetBSD: TEGRA,v 1.6.2.4 2016/11/01 21:27:15 jakllsch Exp $
 #
 #      NVIDIA Tegra K1 (T124)
 #
@@ -154,8 +154,8 @@
 tegrasoctherm* at fdt?                 # SOC_THERM
 
 # USB XHCI
-#xhci*         at fdt?                 # XUSB
-#usb*          at xhci?
+xhci*          at fdt?                 # XUSB
+usb*           at xhci?
 
 # USB 2.0
 tegrausbphy*   at fdt?                 # USB PHY



Home | Main Index | Thread Index | Old Index