aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol/epc.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-07-15 20:25:41 +0000
committerWarner Losh <imp@FreeBSD.org>2019-07-15 20:25:41 +0000
commit40152db5d3d02f2053e3dc84226c1b4101a37c90 (patch)
tree6960e75aa2043437476dd1471f65893261f89482 /sbin/camcontrol/epc.c
parent9f7b7da5bf97d474d04083a39632b628b0dff6a7 (diff)
downloadsrc-40152db5d3d02f2053e3dc84226c1b4101a37c90.tar.gz
src-40152db5d3d02f2053e3dc84226c1b4101a37c90.zip
Use the more proper term of SATL instead of ATA_BEHIND_SCSI.
Most people know SAS attached SATA devices by the name SAT or SATL (with the latter being a little more common). Change the device type ATA_BEHIND_SCSI to SATL since it's more specific and meaningful. Suggested by: scottl@
Notes
Notes: svn path=/head/; revision=350008
Diffstat (limited to 'sbin/camcontrol/epc.c')
-rw-r--r--sbin/camcontrol/epc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/camcontrol/epc.c b/sbin/camcontrol/epc.c
index 3b74d08a4eb1..8b42f63c7523 100644
--- a/sbin/camcontrol/epc.c
+++ b/sbin/camcontrol/epc.c
@@ -767,7 +767,7 @@ epc(struct cam_device *device, int argc, char **argv, char *combinedopt,
switch (devtype) {
case CC_DT_ATA:
- case CC_DT_ATA_BEHIND_SCSI:
+ case CC_DT_SATL:
break;
default:
warnx("The epc subcommand only works with ATA protocol "