mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 10:31:53 +07:00
7c594f0407
Add softreset to clear IO after internal abort device for SATA disk. The SATA error handling for the controller is based on device internal abort and softreset function. The controller does not support internal abort for single IO, so we need to execute internal abort for device. Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
config SCSI_HISI_SAS
|
|
tristate "HiSilicon SAS"
|
|
depends on HAS_DMA && HAS_IOMEM
|
|
depends on ARM64 || COMPILE_TEST
|
|
depends on SCSI_SAS_ATA
|
|
select BLK_DEV_INTEGRITY
|
|
help
|
|
This driver supports HiSilicon's SAS HBA
|