On Mon, 8 Mar 1999, Hiroki Minematu wrote:

> In DAC960-2.0.0-beta4 patch:
> it insert `#define MAX_SECTORS 254' into 
> /usr/src/linux/include/linux/blkdev.h 
> and raid0145-19990128-2.0.36 patch:
> it insert `#define MAX_SECTORS 128' into same file.
> 
>  Possibly, there are some wrong confusion besides it. If someone
> have happyly harmonized with their patch, please ...

both 254 and 128 are correct, it's a tunable parameter with some
limitations. (ie. more than 254 breaks SCSI code) i have chosen 128
because it harmonizes with some other pieces of code better, so this is a
hand-tuned parameter. But you will probably not see any difference, except
maybe under high-end SCSI load.

-- mingo

Reply via email to