summaryrefslogtreecommitdiff
path: root/share/man/man4/vscsi.4
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2014-04-22 10:25:13 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2014-04-22 10:25:13 +0000
commit205ee95e3c76fac1388e694f08ad7f4fae77210b (patch)
treebfcbcce087522282ea980f1150d7737cbdedfa13 /share/man/man4/vscsi.4
parentbd89473eac7f95fc65122b4878c3aad51b73287c (diff)
list VSCSI_STAT_RESET.
claudio didnt believe it existed cos it wasnt documented. i didnt believe there was a manpage. i guess we were both wrong.
Diffstat (limited to 'share/man/man4/vscsi.4')
-rw-r--r--share/man/man4/vscsi.47
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/vscsi.4 b/share/man/man4/vscsi.4
index 5230085aa66..822bdb52ab0 100644
--- a/share/man/man4/vscsi.4
+++ b/share/man/man4/vscsi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vscsi.4,v 1.10 2013/07/16 16:05:49 schwarze Exp $
+.\" $OpenBSD: vscsi.4,v 1.11 2014/04/22 10:25:12 dlg Exp $
.\"
.\" Copyright (c) 2008 David Gwynne <dlg@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: April 22 2014 $
.Dt VSCSI 4
.Os
.Sh NAME
@@ -82,7 +82,8 @@ struct vscsi_ioc_t2i {
int status;
#define VSCSI_STAT_DONE 0
#define VSCSI_STAT_SENSE 1
-#define VSCSI_STAT_ERR 2
+#define VSCSI_STAT_RESET 2
+#define VSCSI_STAT_ERR 3
struct scsi_sense_data sense;
};
.Ed