From: Jeffrey Hutzelman Date: Tue, 13 Feb 2007 22:54:20 +0000 (+0000) Subject: STABLE14-osi-probe-harder-20070213 X-Git-Tag: openafs-stable-1_4_3rc2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=180d35440931129c724d594225f2b431d1856b36;p=packages%2Fo%2Fopenafs.git STABLE14-osi-probe-harder-20070213 2.6.16 i386 didn't probe successfully before in at least one case (cherry picked from commit 51774c137b3889ef0e651e171493e7ca24a95077) --- diff --git a/src/afs/LINUX/osi_probe.c b/src/afs/LINUX/osi_probe.c index 611305b44..16b5322dd 100644 --- a/src/afs/LINUX/osi_probe.c +++ b/src/afs/LINUX/osi_probe.c @@ -555,9 +555,9 @@ static probectl main_probe = { #ifdef AFS_LINUX26_ENV (unsigned long)scsi_command_size, - (unsigned long)scsi_command_size, + (unsigned long)scsi_command_size - 0x10000, 0x3ffff, - 0x30000, + 0x40000, #else 0, 0, 0, 0, #endif @@ -653,9 +653,9 @@ static probectl ia32_probe = { #ifdef AFS_LINUX26_ENV (unsigned long)scsi_command_size, - (unsigned long)scsi_command_size, + (unsigned long)scsi_command_size - 0x10000, 0x3ffff, - 0x30000, + 0x40000, #else 0, 0, 0, 0, #endif @@ -792,9 +792,9 @@ static probectl sct32_probe = { #ifdef AFS_LINUX26_ENV (unsigned long)scsi_command_size, - (unsigned long)scsi_command_size, + (unsigned long)scsi_command_size - 0x10000, 0x3ffff, - 0x30000, + 0x40000, #else 0, 0, 0, 0, #endif @@ -887,9 +887,9 @@ static probectl emu_probe = { #ifdef AFS_LINUX26_ENV (unsigned long)scsi_command_size, - (unsigned long)scsi_command_size, + (unsigned long)scsi_command_size - 0x10000, 0x3ffff, - 0x30000, + 0x40000, #else 0, 0, 0, 0, #endif