]> git.karo-electronics.de Git - karo-tx-linux.git/commit
isci: Don't filter BROADCAST CHANGE primitives
authorTom Jackson <thomas.p.jackson@intel.com>
Fri, 24 Feb 2012 09:38:49 +0000 (09:38 +0000)
committerDan Williams <dan.j.williams@intel.com>
Fri, 13 Apr 2012 07:13:14 +0000 (00:13 -0700)
commit51ac38ca2388f397c1eb103f917e790b89ebe4e5
tree31e0b65f32cdd6d74c05b0af272208a33313e68a
parentc47a582fdaa320cc8b685cbcb82098ddc53d2513
isci: Don't filter BROADCAST CHANGE primitives

Per the SAS spec, several types of BROADCAST CHANGE primitives
must cause re-discovery of the originating expander.
Only the standard BROADCAST CHANGE primitive was being
sent to the LIBSAS layer.  The other BC primitives have been
added to the sci_phy_event_handler()

Signed-off-by: Tom Jackson <thomas.p.jackson@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/scsi/isci/phy.c