From: dlg Date: Tue, 22 Apr 2014 10:25:12 +0000 (+0000) Subject: list VSCSI_STAT_RESET. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9c14d8581a6da7a5a308519d707cb44ccaf2e2c9;p=openbsd 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. --- 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 .\" @@ -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