Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4/man4.arm26 Document cache-disable flag.



details:   https://anonhg.NetBSD.org/src/rev/3b3998d902ae
branches:  trunk
changeset: 500430:3b3998d902ae
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Dec 11 23:49:36 2000 +0000

description:
Document cache-disable flag.

diffstat:

 share/man/man4/man4.arm26/cpu.4 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r c42b8de6c8d8 -r 3b3998d902ae share/man/man4/man4.arm26/cpu.4
--- a/share/man/man4/man4.arm26/cpu.4   Mon Dec 11 23:46:50 2000 +0000
+++ b/share/man/man4/man4.arm26/cpu.4   Mon Dec 11 23:49:36 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpu.4,v 1.3 2000/05/14 10:08:15 bjh21 Exp $
+.\" $NetBSD: cpu.4,v 1.4 2000/12/11 23:49:36 bjh21 Exp $
 .\"
 .\" Copyright (c) 2000 Ben Harris.
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .Nm cpu
 .Nd Device driver for CPU-specific features
 .Sh SYNOPSIS
-.Cd cpu0 at root
+.Cd cpu0 at root flags 0
 .Cd options CPU_ARM2
 .Cd options CPU_ARM250
 .Cd options CPU_ARM3
@@ -42,6 +42,9 @@
 driver provides a convenient hook for identifying the system's CPU and setting
 various parameters relating to it.
 
+Setting the bottom bit of the flags will cause the cache on the ARM3 to be
+disabled, otherwise it's enabled.
+
 The following options are available relating to the
 .Nm
 driver:



Home | Main Index | Thread Index | Old Index