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 add commented out entries for com ports...



details:   https://anonhg.NetBSD.org/src/rev/2854bfd5cb7e
branches:  trunk
changeset: 339767:2854bfd5cb7e
user:      tnn <tnn%NetBSD.org@localhost>
date:      Sat Aug 08 23:32:22 2015 +0000

description:
add commented out entries for com ports that are physically routed

diffstat:

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

diffs (19 lines):

diff -r 4ce20e899039 -r 2854bfd5cb7e sys/arch/evbarm/conf/BPI
--- a/sys/arch/evbarm/conf/BPI  Sat Aug 08 23:30:16 2015 +0000
+++ b/sys/arch/evbarm/conf/BPI  Sat Aug 08 23:32:22 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BPI,v 1.14 2015/04/21 04:24:51 matt Exp $
+#      $NetBSD: BPI,v 1.15 2015/08/08 23:32:22 tnn Exp $
 #
 #      BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
 #
@@ -234,6 +234,8 @@
 # On-board 16550 UARTs
 com0           at awinio? port 0                       # UART0 (console)
 options        CONADDR=0x01c28000, CONSPEED=115200
+#com1          at awinio? port 3       # CON3: rx = pin 10, tx = pin 8
+#com2          at awinio? port 7       #  J12: rx = pin  4, tx = pin 6
 
 # Consumer IR
 awinir0                at awinio?



Home | Main Index | Thread Index | Old Index