Even though some drivers don't set proc_name, it won't make much differenceLooks like libata drivers have no problem overriding default values that were
to set as DRV_NAME.
Also add LIBSAS_SHT_BASE_NO_SLAVE_INIT for the hisi_sas drivers which have
custom .slave_alloc and .slave_configure methods.
set by __ATA_BASE_SHT. For example __ATA_BASE_SHT sets .can_queue .sdev_attrs
and then AHCI_SHT overrides those with AHCI specific values:
#define AHCI_SHT(drv_name) \
ATA_NCQ_SHT(drv_name), \