From aa8ab6d6c3c1fafa40023ecdcffbafc716146307 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 6 Feb 2011 16:38:23 +0000 Subject: 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 --- README.win32 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.win32') 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 -- cgit v1.2.3