patch-2.4.22 linux-2.4.22/drivers/ide/ide-probe.c

Next file: linux-2.4.22/drivers/ide/ide-proc.c
Previous file: linux-2.4.22/drivers/ide/ide-pnp.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/ide/ide-probe.c linux-2.4.22/drivers/ide/ide-probe.c
@@ -971,6 +971,7 @@
 
 	q->queuedata = HWGROUP(drive);
 	blk_init_queue(q, do_ide_request);
+	blk_queue_throttle_sectors(q, 1);
 }
 
 #undef __IRQ_HELL_SPIN

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)