aboutsummaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2011-02-11 17:55:26 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2011-02-11 17:55:26 +0000
commita9df0c8e87baa4bd80429d3f10c8e1ff9cef586b (patch)
tree7867fa57e29a5a37932c0173a53297ea32fa6df3 /README.win32
parent60021c17ef8911baf95e4812ca314b71ce27ecfe (diff)
downloadsg3_utils-a9df0c8e87baa4bd80429d3f10c8e1ff9cef586b.tar.gz
sg_read_buffer+sg_write_buffer (win32) set SPT direct interface mode
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@383 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'README.win32')
-rw-r--r--README.win328
1 files changed, 7 insertions, 1 deletions
diff --git a/README.win32 b/README.win32
index 2c329a09..4497a364 100644
--- a/README.win32
+++ b/README.win32
@@ -103,6 +103,7 @@ The package can be built using the direct variant with:
rather than:
./configure
prior to the 'make' call.
+
In sg3_utils version 1.31 runtime selection of the direct or indirect
interface was added with the scsi_pt_win32_direct(int state_direct)
function declared in sg_pt.h. The default is indirect unless
@@ -110,6 +111,11 @@ function declared in sg_pt.h. The default is indirect unless
'state_direct' is 1 then the direct interface is used and if it is 0
the indirect interface is used.
+Both sg_read_buffer and sg_write_buffer can transfer buffers larger
+than 16 KB. So in sg3_utils version 1.31, they use this new function
+to set direct interface mode. This is regardless of whether or
+not "--enable-win32-spt-direct" is given to ./configure .
+
Details
=======
Most of the ported utilities listed above use SCSI command functions
@@ -203,4 +209,4 @@ mode" with the setmode() Windows command.
Doug Gilbert
-6th February 2011
+11th February 2011