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.x86 Update the min and max interval valu...



details:   https://anonhg.NetBSD.org/src/rev/12581cc44839
branches:  trunk
changeset: 808079:12581cc44839
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon May 04 03:46:28 2015 +0000

description:
Update the min and max interval values for the watchdog.  The previous
numbers were correct, but the units for those numbers was ticks, not
seconds!  (One tco watchdog tick is approximately 0.6 seconds.)

diffstat:

 share/man/man4/man4.x86/ichlpcib.4 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 1a4fae5325d2 -r 12581cc44839 share/man/man4/man4.x86/ichlpcib.4
--- a/share/man/man4/man4.x86/ichlpcib.4        Mon May 04 02:43:45 2015 +0000
+++ b/share/man/man4/man4.x86/ichlpcib.4        Mon May 04 03:46:28 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ichlpcib.4,v 1.6 2015/05/04 02:43:18 pgoyette Exp $
+.\"    $NetBSD: ichlpcib.4,v 1.7 2015/05/04 03:46:28 pgoyette Exp $
 .\"
 .\" Copyright (c) 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -49,9 +49,9 @@
 .Bl -bullet
 .It
 Watchdog timer.
-The watchdog timer may be configured for a 2 seconds (on ICH6 or newer)
-and 4 seconds (on ICH5 or older) min period and for a 39 seconds
-(on ICH5 or older) or 613 seconds max period (on ICH6 or newer).
+The watchdog timer may be configured for a 1 seconds (on ICH6 or newer)
+and 2 seconds (on ICH5 or older) min period and for a 23 seconds
+(on ICH5 or older) or 367 seconds max period (on ICH6 or newer).
 .Pp
 Prior to
 .Nx 8.0 ,



Home | Main Index | Thread Index | Old Index