aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>2001-04-30 16:07:38 +0000
committerKenneth D. Merry <ken@FreeBSD.org>2001-04-30 16:07:38 +0000
commit6c3a3e1013fdbafec4911ec7e0f6b1b4b8cf29de (patch)
tree5724b6f96fee50555487f46955c054b5c3719dc8 /sys
parent5cd86e36bd5e718a08c3896910a0faeacb98a961 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/scsi/scsi_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index cb0f9d65ef35..b7659539d26b 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -2685,7 +2685,7 @@ scsi_start_stop(struct ccb_scsiio *csio, u_int32_t retries,
bzero(scsi_cmd, sizeof(*scsi_cmd));
scsi_cmd->opcode = START_STOP_UNIT;
if (start != 0) {
- scsi_cmd->how |= SS_START;
+ scsi_cmd->how |= SSS_START;
/* it takes a lot of power to start a drive */
extra_flags |= CAM_HIGH_POWER;
}