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) can bus options, CU...



details:   https://anonhg.NetBSD.org/src/rev/2dd63ce68aa2
branches:  trunk
changeset: 824216:2dd63ce68aa2
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 28 11:15:59 2017 +0000

description:
Add (commented out) can bus options, CUBIETRUCK is also A20 based.

diffstat:

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

diffs (19 lines):

diff -r b519e6f946ed -r 2dd63ce68aa2 sys/arch/evbarm/conf/CUBIETRUCK
--- a/sys/arch/evbarm/conf/CUBIETRUCK   Sun May 28 09:35:01 2017 +0000
+++ b/sys/arch/evbarm/conf/CUBIETRUCK   Sun May 28 11:15:59 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CUBIETRUCK,v 1.9 2015/12/27 06:24:25 macallan Exp $
+#      $NetBSD: CUBIETRUCK,v 1.10 2017/05/28 11:15:59 martin Exp $
 #
 #      CUBIETRUCK - Cubieboard3 (mostly cubieboard2 with 2GB)
 #
@@ -37,3 +37,9 @@
 cinclude       "arch/evbarm/conf/CUBIETRUCK.local"
 
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages
+
+# CAN bus support
+#options       CAN             # Controller Area Network protocol
+#pseudo-device canloop         # CAN loopback interface
+#awincan0      at awinio0 port ? flags 1
+



Home | Main Index | Thread Index | Old Index