summaryrefslogtreecommitdiff
path: root/debian/patches/16_ide_multsect.patch
blob: e2d94546d60392aac2ebb69876c5c01593ed0758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: linux/src/drivers/block/ide.h
===================================================================
RCS file: /cvsroot/hurd/gnumach/linux/src/drivers/block/Attic/ide.h,v
retrieving revision 1.1
diff -u -p -r1.1 ide.h
--- linux/src/drivers/block/ide.h	26 Apr 1999 05:51:39 -0000	1.1
+++ linux/src/drivers/block/ide.h	29 Dec 2007 18:09:54 -0000
@@ -23,7 +23,7 @@
  * REALLY_SLOW_IO can be defined in ide.c and ide-cd.c, if necessary
  */
 #undef REALLY_FAST_IO			/* define if ide ports are perfect */
-#define INITIAL_MULT_COUNT	0	/* off=0; on=2,4,8,16,32, etc.. */
+#define INITIAL_MULT_COUNT	16	/* off=0; on=2,4,8,16,32, etc.. */
 
 #ifndef SUPPORT_SLOW_DATA_PORTS		/* 1 to support slow data ports */
 #define SUPPORT_SLOW_DATA_PORTS	1	/* 0 to reduce kernel size */