On 01/03/2024 01:37, Igor Pylypiv wrote:
The added sysfs attributes group enables the configuration of NCQ Priority feature for HBAs that rely on libsas to manage SATA devices. Signed-off-by: Igor Pylypiv<ipylypiv@xxxxxxxxxx> Reviewed-by: TJ Adams<tadamsjr@xxxxxxxxxx> --- drivers/scsi/pm8001/pm8001_ctl.c | 5 +++++ drivers/scsi/pm8001/pm8001_init.c | 1 + drivers/scsi/pm8001/pm8001_sas.h | 1 + 3 files changed, 7 insertions(+)
More drivers than pm80xx use libsas and also handle SATA devices - please make similar changes to them also.
Thanks, John