--- 2.4.9aa1/drivers/scsi/megaraid.c.~1~ Thu Aug 16 22:03:33 2001 +++ 2.4.9aa1/drivers/scsi/megaraid.c Sat Aug 18 02:28:48 2001 @@ -2857,6 +2857,7 @@ if (!host) goto err_unmap; +#if 0 /* * Comment the following initialization if you know 'max_sectors' is * not defined for this kernel. @@ -2864,6 +2865,7 @@ * greatly increases the IO performance - AM */ host->max_sectors = 1024; +#endif scsi_set_pci_device(host, pdev); megaCfg = (mega_host_config *) host->hostdata;