Module Name: src
Committed By: mlelstv
Date: Fri May 31 05:47:22 UTC 2019
Modified Files:
src/sbin/atactl: atactl.8
Log Message:
Mention SATL support.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sbin/atactl/atactl.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/atactl/atactl.8
diff -u src/sbin/atactl/atactl.8:1.29 src/sbin/atactl/atactl.8:1.30
--- src/sbin/atactl/atactl.8:1.29 Sun Mar 3 04:51:57 2019
+++ src/sbin/atactl/atactl.8 Fri May 31 05:47:22 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: atactl.8,v 1.29 2019/03/03 04:51:57 mrg Exp $
+.\" $NetBSD: atactl.8,v 1.30 2019/05/31 05:47:22 mlelstv Exp $
.\"
.\" Copyright (c) 1998, 2019 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -48,6 +48,10 @@ control devices which reside on standard
the ATA bus itself.
It is used by specifying a device or bus to manipulate,
the command to perform, and any arguments the command may require.
+.Pp
+You may also control devices which are inside a SCSI enclosure, this
+includes many USB disks. In this case ATA commands are passed through
+the SCSI layer using SATL commands.
.Sh DEVICE COMMANDS
The following commands may be used on IDE and ATA devices.
Note that not all devices support all commands.
@@ -279,6 +283,8 @@ command written by
significantly enhanced the
.Cm smart status
support.
+.An Michael van Elst
+added support for SATL.
.Sh BUGS
The output from the
.Cm identify
@@ -295,3 +301,5 @@ The
.Cm smart status
command currently guesses the vendor attribute name table to use,
and may be wrong or miss supported devices.
+.Pp
+SATL bus commands don't work yet.