mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
osi-probe-harder-20070213
2.6.16 i386 didn't probe successfully before in at least one case
This commit is contained in:
parent
5b0ba22734
commit
51774c137b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user