Module Name:    src
Committed By:   uebayasi
Date:           Sat Oct 30 07:29:09 UTC 2010

Modified Files:
        src/sys/arch/evbppc/conf [uebayasi-xip]: OPENBLOCKS266_XIP

Log Message:
Add xmd(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/evbppc/conf/OPENBLOCKS266_XIP

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/evbppc/conf/OPENBLOCKS266_XIP
diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266_XIP:1.1.2.1 src/sys/arch/evbppc/conf/OPENBLOCKS266_XIP:1.1.2.2
--- src/sys/arch/evbppc/conf/OPENBLOCKS266_XIP:1.1.2.1	Wed Aug 11 14:03:10 2010
+++ src/sys/arch/evbppc/conf/OPENBLOCKS266_XIP	Sat Oct 30 07:29:08 2010
@@ -1,8 +1,7 @@
-#	$NetBSD: OPENBLOCKS266_XIP,v 1.1.2.1 2010/08/11 14:03:10 uebayasi Exp $
+#	$NetBSD: OPENBLOCKS266_XIP,v 1.1.2.2 2010/10/30 07:29:08 uebayasi Exp $
 #
 
 include		"arch/evbppc/conf/OPENBLOCKS266"
-#	$NetBSD: OPENBLOCKS266_XIP,v 1.1.2.1 2010/08/11 14:03:10 uebayasi Exp $
 
 exb0	at plb?
 
@@ -11,3 +10,6 @@
 
 options 	__BUS_SPACE_HAS_PHYSLOAD_METHODS
 options 	XIP
+
+pseudo-device	xmd		1	# XIP memory disk device
+options 	XMD_ROOT_SIZE=10240	# 5MB

Reply via email to