aboutsummaryrefslogtreecommitdiff
path: root/README.freebsd
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.freebsd
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.freebsd')
-rw-r--r--README.freebsd11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.freebsd b/README.freebsd
index 51efd16a..0bf743e7 100644
--- a/README.freebsd
+++ b/README.freebsd
@@ -24,6 +24,7 @@ Here is a list of utilities that have been ported:
sg_requests
sg_rmsn
sg_rtpg
+ sg_sat_identify
sg_senddiag
sg_ses
sg_start
@@ -51,14 +52,16 @@ device names which hopefully will not confuse the FreeBSD 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_freebsd.c
- sg_pt_osf1.c [Tru64]
+ - sg_pt_win32.c
The sg_pt_freebsd.c file uses the FreeBSD CAM SCSI pass through
mechanism. Hence only FreeBSD device nodes that support CAM can
@@ -72,4 +75,4 @@ drive and an ATAPI CD drive.
Doug Gilbert
-29th May 2006
+11th October 2006