From: Peter Chubb Date: Sun, 18 Sep 2005 23:36:12 +0000 (+1000) Subject: [IA64] Fix simscsi for new SCSI midlayer X-Git-Tag: v2.6.14-rc3~51^2~70^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a78d9ba792660418d692fd6737871aefdbff36;p=pandora-kernel.git [IA64] Fix simscsi for new SCSI midlayer The sd driver now uses scsi_execute_req() for almost everything. scsi_execute_req() converts requests into scatterlists. Fix the HP SCSI disk simulator to understand scatterlists for more commands. Without this patch the current kernel will not boot on the simulator (the disks are always detected as having no sectors, and so cannot be mounted). Signed-off-by: Peter Chubb Signed-off-by: Tony Luck --- Reading git-diff-tree failed