diff options
author | Stephen McConnell <slm@FreeBSD.org> | 2015-03-06 16:17:08 +0000 |
---|---|---|
committer | Stephen McConnell <slm@FreeBSD.org> | 2015-03-06 16:17:08 +0000 |
commit | b256e37b8ec4debbd574044e7b4d2f9204d17f7b (patch) | |
tree | 2d4d84d81ff1688f80705859976a1d1008b3af07 /sys/dev/mps/mps_sas.c | |
parent | a1faeea6846ded04035d0b8447cbe9fbf1ecf5c6 (diff) | |
download | src-b256e37b8ec4debbd574044e7b4d2f9204d17f7b.tar.gz src-b256e37b8ec4debbd574044e7b4d2f9204d17f7b.zip |
This setting of stop_at_shutdown should have been removed with r279253
Approved by: ken
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=279695
Diffstat (limited to 'sys/dev/mps/mps_sas.c')
-rw-r--r-- | sys/dev/mps/mps_sas.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/dev/mps/mps_sas.c b/sys/dev/mps/mps_sas.c index 26f59c263da4..4fbdbb2d20c0 100644 --- a/sys/dev/mps/mps_sas.c +++ b/sys/dev/mps/mps_sas.c @@ -3406,19 +3406,6 @@ mpssas_check_eedp(struct mps_softc *sc, struct cam_path *path, xpt_path_string(local_path, path_str, sizeof(path_str)); - /* - * If this is a SATA direct-access end device, - * mark it so that a SCSI StartStopUnit command - * will be sent to it when the driver is being - * shutdown. - */ - if ((cgd.inq_data.device == T_DIRECT) && - (target->devinfo & MPI2_SAS_DEVICE_INFO_SATA_DEVICE) && - ((target->devinfo & MPI2_SAS_DEVICE_INFO_MASK_DEVICE_TYPE) == - MPI2_SAS_DEVICE_INFO_END_DEVICE)) { - lun->stop_at_shutdown = TRUE; - } - mps_dprint(sc, MPS_INFO, "Sending read cap: path %s handle %d\n", path_str, target->handle); |