diff -r -u -x CVS R23/drivers/scsi/sd.c R29/drivers/scsi/sd.c --- R23/drivers/scsi/sd.c 2004-03-24 19:55:43.000000000 +0000 +++ R29/drivers/scsi/sd.c 2004-11-11 10:24:17.000000000 +0000 @@ -1189,7 +1189,8 @@ * commands if they know what they're doing and they ask for it * explicitly via the SHpnt->max_sectors API. */ - sd_max_sectors[i] = MAX_SEGMENTS*8; + sd_max_sectors[i] = 8*8; //For GL811E Chip. + //sd_max_sectors[i] = MAX_SEGMENTS*8; } for (i = 0; i < N_USED_SD_MAJORS; i++) {