From: James Smart Date: Fri, 22 May 2009 18:50:54 +0000 (-0400) Subject: [SCSI] lpfc 8.3.2 : Reorganization for SLI4 X-Git-Tag: v2.6.31-rc1~365^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3772a99175f5378b5001e8da364341a8b8226a4a;p=pandora-kernel.git [SCSI] lpfc 8.3.2 : Reorganization for SLI4 Preps the organization of the driver so that the bottom half, which interacts with the hardware, can share common code sequences for attachment, detachment, initialization, teardown, etc with new hardware. For very common code sections, which become specific to the interface type, the driver uses an indirect function call. The function is set at initialization. For less common sections, such as initialization, the driver looks at the interface type and calls the routines relative to the interface. Signed-off-by: James Smart Signed-off-by: James Bottomley --- Reading git-diff-tree failed