aboutsummaryrefslogtreecommitdiff
path: root/src/sg_reset.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2009-03-20 04:08:58 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2009-03-20 04:08:58 +0000
commit4594e147598ec9207e78b74f883d026a8cd9b1cd (patch)
treeacf7412d4187c905e31a9daf9560e4cd1267ee21 /src/sg_reset.c
parent7e637eb77346252781795c24165dd4a4a18561d8 (diff)
downloadsg3_utils-4594e147598ec9207e78b74f883d026a8cd9b1cd.tar.gz
increase old scanning utilities to handle 8192 sg nodes
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@235 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_reset.c')
-rw-r--r--src/sg_reset.c24
1 files changed, 11 insertions, 13 deletions
diff --git a/src/sg_reset.c b/src/sg_reset.c
index 4a242b16..cf12933d 100644
--- a/src/sg_reset.c
+++ b/src/sg_reset.c
@@ -13,22 +13,20 @@
#endif
#include "sg_io_linux.h"
-/* Test code for D. Gilbert's extensions to the Linux OS SCSI generic ("sg")
- device driver.
-* Copyright (C) 1999-2007 D. Gilbert
-* This program is free software; you can redistribute it and/or modify
-* it under the terms of the GNU General Public License as published by
-* the Free Software Foundation; either version 2, or (at your option)
-* any later version.
-
- This program send either device, bus or host resets to device,
- or bus or host associated with the given sg device.
-
-*/
+/* A utility program originally written for the Linux OS SCSI subsystem.
+ * Copyright (C) 1999-2009 D. Gilbert
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program send either device, bus or host resets to device,
+ * or bus or host associated with the given sg device.
+ */
#define ME "sg_reset: "
-static char * version_str = "0.55 20070714";
+static char * version_str = "0.55 20090317";
#ifndef SG_SCSI_RESET
#define SG_SCSI_RESET 0x2284