CVS commit: [uebayasi-xip] src/sys/conf

2010-08-25 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 25 14:32:30 UTC 2010

Modified Files:
src/sys/conf [uebayasi-xip]: files

Log Message:
Indent.


To generate a diff of this commit:
cvs rdiff -u -r1.974.2.8 -r1.974.2.9 src/sys/conf/files

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

Modified files:

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.974.2.8 src/sys/conf/files:1.974.2.9
--- src/sys/conf/files:1.974.2.8	Thu Aug 19 12:36:58 2010
+++ src/sys/conf/files	Wed Aug 25 14:32:30 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.974.2.8 2010/08/19 12:36:58 uebayasi Exp $
+#	$NetBSD: files,v 1.974.2.9 2010/08/25 14:32:30 uebayasi Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20100430
@@ -273,7 +273,7 @@
 
 # XIP memory (ram) disk options
 #
-defflag	opt_xmd.h		XMD_ROOT_SIZE
+defparam opt_xmd.h		XMD_ROOT_SIZE
 
 defflag opt_tftproot.h		TFTPROOT TFTPROOT_DEBUG
 



CVS commit: [uebayasi-xip] src/sys/conf

2010-02-09 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Feb 10 02:10:28 UTC 2010

Modified Files:
src/sys/conf [uebayasi-xip]: files

Log Message:
Make device page handling another kernel option.  XIP depends on it.


To generate a diff of this commit:
cvs rdiff -u -r1.974.2.1 -r1.974.2.2 src/sys/conf/files

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

Modified files:

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.974.2.1 src/sys/conf/files:1.974.2.2
--- src/sys/conf/files:1.974.2.1	Mon Feb  8 05:01:09 2010
+++ src/sys/conf/files	Wed Feb 10 02:10:28 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.974.2.1 2010/02/08 05:01:09 uebayasi Exp $
+#	$NetBSD: files,v 1.974.2.2 2010/02/10 02:10:28 uebayasi Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20090313
@@ -116,8 +116,10 @@
 defflag opt_wapbl.h		WAPBL WAPBL_DEBUG
 defparam opt_wapbl.h		WAPBL_DEBUG_PRINT
 
+defflag opt_device_page.h	DEVICE_PAGE
+
 # eXecute In Place
-defflag opt_xip.h		XIP
+defflag opt_xip.h		XIP: DEVICE_PAGE
 
 # compatibility options
 #



CVS commit: [uebayasi-xip] src/sys/conf

2010-02-07 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Mon Feb  8 05:01:09 UTC 2010

Modified Files:
src/sys/conf [uebayasi-xip]: files std

Log Message:
Add XIP flag and globally enable it on this branch.


To generate a diff of this commit:
cvs rdiff -u -r1.974 -r1.974.2.1 src/sys/conf/files
cvs rdiff -u -r1.13 -r1.13.2.1 src/sys/conf/std

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

Modified files:

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.974 src/sys/conf/files:1.974.2.1
--- src/sys/conf/files:1.974	Sun Jan 31 15:10:11 2010
+++ src/sys/conf/files	Mon Feb  8 05:01:09 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.974 2010/01/31 15:10:11 pooka Exp $
+#	$NetBSD: files,v 1.974.2.1 2010/02/08 05:01:09 uebayasi Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20090313
@@ -116,6 +116,9 @@
 defflag opt_wapbl.h		WAPBL WAPBL_DEBUG
 defparam opt_wapbl.h		WAPBL_DEBUG_PRINT
 
+# eXecute In Place
+defflag opt_xip.h		XIP
+
 # compatibility options
 #
 defflag	opt_sa.h		KERN_SA

Index: src/sys/conf/std
diff -u src/sys/conf/std:1.13 src/sys/conf/std:1.13.2.1
--- src/sys/conf/std:1.13	Wed Oct 21 21:12:05 2009
+++ src/sys/conf/std	Mon Feb  8 05:01:09 2010
@@ -1,4 +1,4 @@
-# $NetBSD: std,v 1.13 2009/10/21 21:12:05 rmind Exp $
+# $NetBSD: std,v 1.13.2.1 2010/02/08 05:01:09 uebayasi Exp $
 #
 # standard MI 'options'
 #
@@ -27,3 +27,5 @@
 options	SCHED_4BSD
 
 pseudo-device	cpuctl
+
+options XIP