aboutsummaryrefslogtreecommitdiff
path: root/README.tru64
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:26:00 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:26:00 +0000
commit543a9ec553506a206d3191503ed6a24ac7721101 (patch)
tree3b2b9a102e67f38a89a5a54c21e5d125cb1c8d3a /README.tru64
parent71e6e2d40657e63b9c20dc68f5e307639ef19c21 (diff)
downloadsg3_utils-543a9ec553506a206d3191503ed6a24ac7721101.tar.gz
Load sg3_utils-1.22 into trunk/.
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@71 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'README.tru64')
-rw-r--r--README.tru6410
1 files changed, 6 insertions, 4 deletions
diff --git a/README.tru64 b/README.tru64
index 60f6d210..71f26850 100644
--- a/README.tru64
+++ b/README.tru64
@@ -52,14 +52,16 @@ use linux device names which hopefully will not confuse the Tru64 users.
Details
=======
The ported utilities listed above, all use SCSI command functions
-declared in sg_cmds.h and implemented in sg_cmds.c . The sg_cmds.c
-file passes SCSI commands to the host operating system via
-an interface declared in sg_pt.h . There are currently three
+declared in sg_cmds_basic.h and sg_cmds_extra.h . Those SCSI command
+functions are implemented in the corresponding ".c" files. The ".c"
+files pass SCSI commands to the host operating system via
+an interface declared in sg_pt.h . There are currently four
implementations of that interface depending on the host operating
system:
- sg_pt_linux.c
- sg_pt_osf1.c [Tru64]
- sg_pt_freebsd.c
+ - sg_pt_win32.c
The sg_pt_osf1.c file uses the Tru64 CAM SCSI pass through
mechanism.
@@ -73,4 +75,4 @@ subdirectory. Currently only the Tru64 port uses it.
Doug Gilbert
-29th May 2006
+5th October 2006