Module Name: src
Committed By: uebayasi
Date: Thu Jul 29 09:47:40 UTC 2010
Modified Files:
src/share/man/man4 [uebayasi-xip]: options.4
Log Message:
Document options XIP.
To generate a diff of this commit:
cvs rdiff -u -r1.388 -r1.388.2.1 src/share/man/man4/options.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.388 src/share/man/man4/options.4:1.388.2.1
--- src/share/man/man4/options.4:1.388 Mon Feb 22 20:13:01 2010
+++ src/share/man/man4/options.4 Thu Jul 29 09:47:40 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.388 2010/02/22 20:13:01 wiz Exp $
+.\" $NetBSD: options.4,v 1.388.2.1 2010/07/29 09:47:40 uebayasi Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -30,7 +30,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd February 22, 2010
+.Dd July 27, 2010
.Dt OPTIONS 4
.Os
.Sh NAME
@@ -2218,6 +2218,15 @@
This option is on by default.
.It Cd options PDPOLICY_CLOCKPRO
Use CLOCK-Pro, an alternative page replace policy.
+.It Cd options XIP
+Enable eXecute-In-Place support.
+Users have to have a memory-addressable NOR FlashROM installed in the target
+hardware, implement the
+.Xr flash 4
+driver MD glue, and implement the
+.Xr bus_space_physload_device 9
+function to register the FlashROM memory area to the
+.Xr uvm 9 .
.El
.Ss Security Options
.Bl -ohang