Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/atactl Mention SATL support.



details:   https://anonhg.NetBSD.org/src/rev/df07caac1a17
branches:  trunk
changeset: 451701:df07caac1a17
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Fri May 31 05:47:22 2019 +0000

description:
Mention SATL support.

diffstat:

 sbin/atactl/atactl.8 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 8a4492408337 -r df07caac1a17 sbin/atactl/atactl.8
--- a/sbin/atactl/atactl.8      Fri May 31 04:23:19 2019 +0000
+++ b/sbin/atactl/atactl.8      Fri May 31 05:47:22 2019 +0000
@@ -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 @@
 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 @@
 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 @@
 .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.



Home | Main Index | Thread Index | Old Index