diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-08-02 11:53:29 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-08-02 11:53:29 +0000 |
commit | 18d94b265864614097dba3782d2b4ae5aba65fa2 (patch) | |
tree | e5d714860983e61bc891c3eb7c8981c82b14af66 /sbin | |
parent | 98dcaa0b510270122b00489d05e5ab2c80554f8c (diff) |
Reflect new reality. Lots of help and ok jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/bioctl/bioctl.8 | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/sbin/bioctl/bioctl.8 b/sbin/bioctl/bioctl.8 index f2146b20fdb..4ada7a9be92 100644 --- a/sbin/bioctl/bioctl.8 +++ b/sbin/bioctl/bioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bioctl.8,v 1.14 2005/07/29 16:59:13 jmc Exp $ +.\" $OpenBSD: bioctl.8,v 1.15 2005/08/02 11:53:28 marco Exp $ .\" .\" Copyright (c) 2004, 2005 Marco Peereboom .\" @@ -32,7 +32,7 @@ .Sh SYNOPSIS .Nm bioctl .Bk -words -.Op Fl Dhi +.Op Fl aDhi .Fl d Ar device | .Fl f Ar device .Ek @@ -42,6 +42,26 @@ provides a generic interface for RAID management. .Pp The options are as follows: .Bl -tag -width Ds +.It Fl a Ar function +Control the RAID card's alarm functionality, +if it supports it. +.Ar function +may be one of: +.Dq get +(retrieve the current state of the alarm (enabled or disabled)), +.Dq enable +(enable the alarm on the RAID controller), +.Dq disable +(disable the alarm on the RAID controller), +.Dq silence +or +.Dq quiet +(silence the alarm if it is currently beeping). +.Pp +.Ar function +may be specified as given above, +or by the first letter only +(e.g. -a e). .It Fl D Enable debug output. .It Fl d Ar device @@ -62,6 +82,8 @@ was specified, enumerate all or only selected RAID device(s), respectively. .El .Sh SEE ALSO .Xr ami 4 , +.Xr gdt 4 , +.Xr mpt 4 , .Xr bio 4 , .Xr scsi 4 .Sh HISTORY |