Module Name:    src
Committed By:   kiyohara
Date:           Sat Oct  2 06:18:39 UTC 2010

Added Files:
        src/sys/arch/evbarm/conf: DNS323

Log Message:
Add support Marvell Sheevaplug.
Add some NAS on Marvell SoC.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/DNS323

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/arch/evbarm/conf/DNS323
diff -u /dev/null src/sys/arch/evbarm/conf/DNS323:1.1
--- /dev/null	Sat Oct  2 06:18:39 2010
+++ src/sys/arch/evbarm/conf/DNS323	Sat Oct  2 06:18:39 2010
@@ -0,0 +1,33 @@
+#	$NetBSD: DNS323,v 1.1 2010/10/02 06:18:39 kiyohara Exp $
+#
+#  DNS323 -- D-Link. DNS-323 platform kernel
+#
+
+include 	"arch/evbarm/conf/MARVELL_NAS"
+
+# Board Type
+makeoptions	BOARDTYPE="dns323"
+options 	EVBARM_BOARDTYPE=dns323
+
+makeoptions	CPUFLAGS="-mcpu=xscale"	# Xscale instruction set support
+no options	CPU_SHEEVA
+
+# Development and Debugging options
+
+#options 	PERFCTRS	# performance counters
+options 	DIAGNOSTIC	# internally consistency checks
+options 	DEBUG
+#options 	PMAP_DEBUG	# Enable pmap_debug_level code
+#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
+options 	DDB		# in-kernel debugger
+#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
+#options 	KGDB
+#options 	DEBUG_KGDB
+makeoptions	DEBUG="-g -O2"	# compile full symbol table
+options 	SYMTAB_SPACE=500000
+#options 	AUDIO_DEBUG=2
+
+
+g760a*	at iic? addr 0x3e		# G760a fan speed controller
+lmtemp*	at iic? addr 0x48		# LM75 temperature sensor
+#m41t80rtc* at iic? addr 0x68		# ST M41T80 Real-Time Clock

Reply via email to