diff options
author | 2014-04-22 10:25:12 +0000 | |
---|---|---|
committer | 2014-04-22 10:25:12 +0000 | |
commit | 9c14d8581a6da7a5a308519d707cb44ccaf2e2c9 (patch) | |
tree | 123bf424c146a1be31ccd8892b6da4baa34a8773 | |
parent | Remove kerberosV from etc/ (diff) | |
download | wireguard-openbsd-9c14d8581a6da7a5a308519d707cb44ccaf2e2c9.tar.xz wireguard-openbsd-9c14d8581a6da7a5a308519d707cb44ccaf2e2c9.zip |
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.
-rw-r--r-- | share/man/man4/vscsi.4 | 7 |
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 |