aboutsummaryrefslogtreecommitdiff
path: root/README.tru64
diff options
context:
space:
mode:
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