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 uarts on pass 4, matching GENERIC64



details:   https://anonhg.NetBSD.org/src/rev/d7254bd53411
branches:  trunk
changeset: 457858:d7254bd53411
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Jul 23 12:32:40 2019 +0000

description:
Attach uarts on pass 4, matching GENERIC64

diffstat:

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

diffs (27 lines):

diff -r 0c13f998147c -r d7254bd53411 sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Tue Jul 23 12:28:52 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Tue Jul 23 12:32:40 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.43 2019/07/07 11:58:44 skrll Exp $
+#      $NetBSD: GENERIC,v 1.44 2019/07/23 12:32:40 jmcneill Exp $
 #
 #      GENERIC ARM (aarch32) kernel
 #
@@ -433,11 +433,11 @@
 #athn*         at pci? dev ? function ?        # Atheros IEEE 802.11
 
 # UART
-com*           at fdt?                 # UART
-exuart*                at fdt?                 # SSCOM UART
-plcom*         at fdt?                 # ARM PL011 UART
-mesonuart*     at fdt?                 # Amlogic Meson UART
-zynquart*      at fdt?                 # Cadence UART
+com*           at fdt? pass 4          # UART
+exuart*                at fdt? pass 4          # SSCOM UART
+plcom*         at fdt? pass 4          # ARM PL011 UART
+mesonuart*     at fdt? pass 4          # Amlogic Meson UART
+zynquart*      at fdt? pass 4          # Cadence UART
 
 # I2C controllers
 options        I2C_MAX_ADDR=0xfff



Home | Main Index | Thread Index | Old Index