From: andrew.vasquez@qlogic.com Date: Sat, 14 Jan 2006 01:05:58 +0000 (-0800) Subject: [SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine. X-Git-Tag: v2.6.16-rc1~162^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f89a4296ff22f09baf538d4ff2a6d0c3097a73;p=pandora-kernel.git [SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine. Given the semantic changes in both the device-model and fc-transport APIs, the driver's handling of port-type RSCNs via a series of ADISCs and PLOGIs can cause series of badness ranging from unexpectedly device loss to devices not being discovered. In the interim, disable (via a module-parameter) this feature and allow RSCN management to continue to occur within the driver's DPC thread. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed