aboutsummaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2011-02-06 16:38:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2011-02-06 16:38:23 +0000
commitaa8ab6d6c3c1fafa40023ecdcffbafc716146307 (patch)
treed03bd4757f78f61bbf4cf2b82cfd6d248775bbeb /README.win32
parent349deaedcf2ed4d72c74c681f65466bf28869642 (diff)
downloadsg3_utils-aa8ab6d6c3c1fafa40023ecdcffbafc716146307.tar.gz
add scsi_pt_win32_direct() for win32 runtime selection of direct or indirect SPT pt interface
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@377 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 b7f54047..2c329a09 100644
--- a/README.win32
+++ b/README.win32
@@ -103,6 +103,12 @@ 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
+'./configure --enable-win32-spt-direct' was used in the build. If
+'state_direct' is 1 then the direct interface is used and if it is 0
+the indirect interface is used.
Details
=======
@@ -197,4 +203,4 @@ mode" with the setmode() Windows command.
Doug Gilbert
-5th December 2010
+6th February 2011