Module Name: src
Committed By: martin
Date: Sun May 28 11:15:59 UTC 2017
Modified Files:
src/sys/arch/evbarm/conf: CUBIETRUCK
Log Message:
Add (commented out) can bus options, CUBIETRUCK is also A20 based.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/CUBIETRUCK
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/CUBIETRUCK
diff -u src/sys/arch/evbarm/conf/CUBIETRUCK:1.9 src/sys/arch/evbarm/conf/CUBIETRUCK:1.10
--- src/sys/arch/evbarm/conf/CUBIETRUCK:1.9 Sun Dec 27 06:24:25 2015
+++ src/sys/arch/evbarm/conf/CUBIETRUCK Sun May 28 11:15:59 2017
@@ -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 @@ awintve0 at awinio0
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
+