Skip to content
Commit 3f8d6f2a authored by James Bottomley's avatar James Bottomley
Browse files

ses: fix discovery of SATA devices in SAS enclosures



The current discovery routines use the VPD 0x83 inquiry page to find
the device SAS address and match it to the end point in the enclosure.
This doesn't work for SATA devices because expanders (or hosts) simply
make up an endpoint address for STP and thus the address returned by
the VPD page never matches.  Instead of doing this, for SAS attached
devices, match by the direct endpoint address instead.

Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent bcf508c1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment