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.sandpoint Extend the list of supported N...
details: https://anonhg.NetBSD.org/src/rev/77ffacee9e01
branches: trunk
changeset: 772768:77ffacee9e01
user: phx <phx%NetBSD.org@localhost>
date: Sun Jan 15 14:35:56 2012 +0000
description:
Extend the list of supported NAS products for satmgr(4).
Describe the sysctl(8) variables for Iomega StorCenter.
diffstat:
share/man/man4/man4.sandpoint/satmgr.4 | 55 ++++++++++++++++++++++-----------
1 files changed, 37 insertions(+), 18 deletions(-)
diffs (86 lines):
diff -r ade9bc6fa5dd -r 77ffacee9e01 share/man/man4/man4.sandpoint/satmgr.4
--- a/share/man/man4/man4.sandpoint/satmgr.4 Sun Jan 15 10:59:50 2012 +0000
+++ b/share/man/man4/man4.sandpoint/satmgr.4 Sun Jan 15 14:35:56 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: satmgr.4,v 1.3 2011/01/27 11:33:43 nisimura Exp $
+.\" $NetBSD: satmgr.4,v 1.4 2012/01/15 14:35:56 phx Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -67,29 +67,48 @@
.Xr powerd 8
manual section for more details.
.Pp
-For
-.Tn "Kurobox/Linkstation"
.Tn NAS
-products it also provides a way to toggle the system watchdog with the
-.Xr sysctl 8
-utility.
-The usage is:
-.Bd -literal -offset indent
-# sysctl -w machdep.satmgr.hwwdog_enable=1
-# sysctl -w machdep.satmgr.hwwdog_enable=0
-.Ed
-.Pp
-.Tn NAS
-products currently supported by
+products supported by
.Nm :
.Bl -bullet -compact
.It
+Buffalo LinkStation
+.It
+Conceptronic CH3WNAS
+.It
+D-Link DSM-G600 (Rev. B)
+.It
+Iomega StorCenter
+.It
KuroBox
.It
-Buffalo LinkStation
+LevelOne FNS-5000B
+.It
+QNAP TurboStation
.It
Synology DiskStation
.El
+.Sh SYSCTL VARIABLES
+The following
+.Xr sysctl 3
+variables are available for
+.Tn "Kurobox/Linkstation"
+.Tn NAS
+products:
+.Bl -tag -width indent
+.It machdep.satmgr.hwwdog_enable
+Toggle the system watchdog on (1) or off (0).
+.El
+.Pp
+For the
+.Tn "Iomega StorCenter"
+the following variables have been defined:
+.Bl -tag -width indent
+.It machdep.satmgr.fan_low_temp
+Set the temperature below which the fan is turned off.
+.It machdep.satmgr.fan_high_temp
+Set the temperature above which the fan is turned on.
+.El
.Sh FILES
.Bl -tag -width /dev/satmgrX -compact
.It Pa /dev/satmgr
@@ -100,10 +119,10 @@
.Xr powerd 8 .
.El
.Sh SEE ALSO
-.Xr powerd 8
+.Xr powerd 8 ,
+.Xr sysctl 8
.Sh HISTORY
The
.Nm
-driver
-first appeared in
+driver first appeared in
.Nx 6.0 .
Home |
Main Index |
Thread Index |
Old Index