Re: [PATCH v2 5/5] scsi: hisi_sas: Add libsas SATA sysfs attributes group

From: Jason Yan
Date: Fri Mar 01 2024 - 21:54:35 EST


On 2024/3/2 8:16, 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>
---
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 6 ++++++
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 6 ++++++
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 6 ++++++
3 files changed, 18 insertions(+)

As John pointed out, please check aic94xx and isci driver, they also use libsas.

Thanks,
Jason