aboutsummaryrefslogtreecommitdiff
path: root/src/sgp_dd.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2016-05-20 09:48:10 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2016-05-20 09:48:10 +0000
commitf5c8a581f700e2fa941823b840c12db978c39899 (patch)
tree7301e7379eaf1219c2e4573819fa671fca3f7d19 /src/sgp_dd.c
parent8f88e67fae68d46f39da646cf5d069d769e83e93 (diff)
downloadsg3_utils-f5c8a581f700e2fa941823b840c12db978c39899.tar.gz
add sg_bg_ctl; small cleanups
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@706 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sgp_dd.c')
-rw-r--r--src/sgp_dd.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/sgp_dd.c b/src/sgp_dd.c
index 3deae82c..e0a2deb7 100644
--- a/src/sgp_dd.c
+++ b/src/sgp_dd.c
@@ -58,7 +58,7 @@
#include "sg_pr2serr.h"
-static const char * version_str = "5.52 20160121";
+static const char * version_str = "5.53 20160518";
#define DEF_BLOCK_SIZE 512
#define DEF_BLOCKS_PER_TRANSFER 128
@@ -74,13 +74,6 @@ static const char * version_str = "5.52 20160121";
#define READ_CAP_REPLY_LEN 8
#define RCAP16_REPLY_LEN 32
-#ifndef SERVICE_ACTION_IN
-#define SERVICE_ACTION_IN 0x9e
-#endif
-#ifndef SAI_READ_CAPACITY_16
-#define SAI_READ_CAPACITY_16 0x10
-#endif
-
#define DEF_TIMEOUT 60000 /* 60,000 millisecs == 60 seconds */
#define SGP_READ10 0x28