|
@@ -199,6 +199,8 @@ static void sas_set_ex_phy(struct domain_device *dev, int phy_id,
|
|
|
phy->virtual = dr->virtual;
|
|
|
phy->last_da_index = -1;
|
|
|
|
|
|
+ phy->phy->identify.sas_address = SAS_ADDR(phy->attached_sas_addr);
|
|
|
+ phy->phy->identify.device_type = phy->attached_dev_type;
|
|
|
phy->phy->identify.initiator_port_protocols = phy->attached_iproto;
|
|
|
phy->phy->identify.target_port_protocols = phy->attached_tproto;
|
|
|
phy->phy->identify.phy_identifier = phy_id;
|