Module Name:    src
Committed By:   matt
Date:           Thu Aug 16 17:25:28 UTC 2012

Modified Files:
        src/sys/arch/evbarm/conf: SHEEVAPLUG

Log Message:
Add dkwedge support


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/SHEEVAPLUG

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/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.15 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.16
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.15	Fri Jul 27 03:10:23 2012
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Thu Aug 16 17:25:28 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: SHEEVAPLUG,v 1.15 2012/07/27 03:10:23 kiyohara Exp $
+#	$NetBSD: SHEEVAPLUG,v 1.16 2012/08/16 17:25:28 matt Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -131,6 +131,9 @@ options 	SYSVSHM		# System V-like memory
 #options 	MEMORY_DISK_ROOT_SIZE=22528	# Size in blocks
 #options 	MEMORY_RBFLAGS=RB_AUTOBOOT
 
+options 	DKWEDGE_AUTODISCOVER
+options 	DKWEDGE_METHOD_GPT
+
 # Miscellaneous kernel options
 
 #options 	KTRACE		# system call tracing, a la ktrace(1)
@@ -480,6 +483,7 @@ pseudo-device	pty			# pseudo-terminals
 #options 	RND_COM
 pseudo-device	clockctl		# user control of clock subsystem
 pseudo-device	ksyms			# /dev/ksyms
+pseudo-device	drvctl			# device control
 
 # a pseudo device needed for Coda	# also needs CODA (above)
 #pseudo-device	vcoda		4	# coda minicache <-> venus comm.

Reply via email to