summaryrefslogtreecommitdiff
path: root/debian/patches/16_ide_multsect.patch
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-11-14 04:59:57 +0000
committerGuillem Jover <guillem@debian.org>2009-11-14 04:59:57 +0000
commita1e4c67baf141ced8255e8729d09e480af0a19e8 (patch)
tree70cb039a9c55e8619cfa5f21a8e39bea75d01935 /debian/patches/16_ide_multsect.patch
parent592f6c450e2515c818e4cbe152321ebf56772d3f (diff)
New upstream git snapshot
Update debian/copyright to point to the git repository. Sync with upstream: - debian/patches/14_alloc_params.patch: Remove, merged upstream. - debian/patches/16_ide_multsect.patch: Likewise. - debian/patches/05_halt_on_panic_flag.patch: Refresh.
Diffstat (limited to 'debian/patches/16_ide_multsect.patch')
-rw-r--r--debian/patches/16_ide_multsect.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/16_ide_multsect.patch b/debian/patches/16_ide_multsect.patch
deleted file mode 100644
index b12f7ff..0000000
--- a/debian/patches/16_ide_multsect.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: b/linux/src/drivers/block/ide.h
-===================================================================
---- a/linux/src/drivers/block/ide.h
-+++ b/linux/src/drivers/block/ide.h
-@@ -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 */