summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-06-30 14:02:59 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-06-30 14:02:59 +0000
commit420b69eb5195bebefcd9cb2df96c23ff1ee0602b (patch)
tree6022d6d93ffbf4e41b41b323b3769af2a7a6d83e /share
parentd2c6d77e3fa3a9019e03a34cfa5c81cef1d1c50a (diff)
one ioctl has to be first since it tells what the hell others use
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/bio.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/bio.4 b/share/man/man4/bio.4
index acca7566547..017a7fe482e 100644
--- a/share/man/man4/bio.4
+++ b/share/man/man4/bio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bio.4,v 1.10 2005/06/30 06:26:10 jmc Exp $
+.\" $OpenBSD: bio.4,v 1.11 2005/06/30 14:02:58 mickey Exp $
.\"
.\" Copyright (c) 2002 Niklas Hallqvist
.\" All rights reserved.
@@ -62,6 +62,10 @@ calls apply to the
.Nm bio
device:
.Bl -tag -width BIOCCAPABILITIES
+.It Dv BIOCLOCATE
+Locate a named device and give back a cookie to the application
+for subsequent ioctl calls.
+The cookie is used to tunnel further ioctls to the right device.
.It Dv BIOCALARM
Control the alarm beeper on the device.
.It Dv BIOCBLINK
@@ -69,10 +73,6 @@ Blink an LED on one of the drives (to be replaced).
.It Dv BIOCCAPABILITIES
Return information about ioctl commands, raid levels, and other
features supported.
-.It Dv BIOCLOCATE
-Locate a named device and give back a cookie to the application
-for subsequent ioctl calls.
-The cookie is used to tunnel further ioctls to the right device.
.It Dv BIOCPING
Check on the device to see if it's alive.
Increments a counter to signify the OK condition.