From: Jack Hammer Date: Tue, 31 Jan 2006 18:17:55 +0000 (-0500) Subject: [SCSI] ServeRAID: prevent seeing DADSI devices X-Git-Tag: v2.6.16-rc2~242^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b3c86e4bfb5689d68932105d3fdd1477c9c281;p=pandora-kernel.git [SCSI] ServeRAID: prevent seeing DADSI devices A critical thing the ServeRAID driver MUST do is hide the physical DASDI devices from the OS. It does this by intercepting the INQUIRY commands. In recent 2.6.15 testing, I discovered this to be failing. The cause was the driver assuming that the INQUIRY response data was in a simple single buffer, when it was actually a 1 element scatter gather list. This patch makes ips always look at the correct data when examining an INQUIRY response. Signed-off-by: Jack Hammer Signed-off-by: James Bottomley --- Reading git-diff-tree failed