patch-2.3.34 linux/drivers/block/hpt366.c

Next file: linux/drivers/block/ide-cd.c
Previous file: linux/drivers/block/hpt34x.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.33/linux/drivers/block/hpt366.c linux/drivers/block/hpt366.c
@@ -1,5 +1,5 @@
 /*
- * linux/drivers/block/hpt366.c		Version 0.13	Sept. 3, 1999
+ * linux/drivers/block/hpt366.c		Version 0.14	Dec. 13, 1999
  *
  * Copyright (C) 1999			Andre Hedrick <andre@suse.com>
  * May be copied or modified under the terms of the GNU General Public License
@@ -507,6 +507,10 @@
 	hwif->tuneproc = &hpt366_tune_drive;
 	if (hwif->dma_base) {
 		hwif->dmaproc = &hpt366_dmaproc;
+#if 0
+		hwif->drives[0].autotune = 0;
+		hwif->drives[1].autotune = 0;
+#endif
 	} else {
 		hwif->autodma = 0;
 		hwif->drives[0].autotune = 1;

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