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 MULTIPROCESSOR, awincnt



details:   https://anonhg.NetBSD.org/src/rev/f57d489b0df1
branches:  trunk
changeset: 333489:f57d489b0df1
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Nov 05 18:32:29 2014 +0000

description:
add MULTIPROCESSOR, awincnt

diffstat:

 sys/arch/evbarm/conf/CUBIEBOARD |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 488163fb11c0 -r f57d489b0df1 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD   Wed Nov 05 18:01:16 2014 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD   Wed Nov 05 18:32:29 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: CUBIEBOARD,v 1.29 2014/10/24 10:48:05 jmcneill Exp $
+#      $NetBSD: CUBIEBOARD,v 1.30 2014/11/05 18:32:29 jmcneill Exp $
 #
 #      CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -172,7 +172,8 @@
 # The main bus device
 mainbus0       at root
 
-# The boot cpu
+# CPU(s)
+options        MULTIPROCESSOR
 cpu*           at mainbus?
 
 # Specify the memory size in megabytes (optional).
@@ -214,6 +215,9 @@
 # DMA Controller
 awindma0       at awinio0
 
+# 64-bit counter
+awincnt0       at awinio0
+
 # GPIO Controller
 awingpio0      at awinio0
 



Home | Main Index | Thread Index | Old Index