From 2cac5be2584e3b780b88b622748ce5dcfaec9815 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 14 May 2005 17:29:46 +0000 Subject: Reverse the meaning of --enable-ide-forcedma. - debian/patches/13_ide_dma.patch. Thanks to Sergio López for noticing. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 3 +++ debian/patches/13_ide_dma.patch | 2 +- debian/patches/90_autoconf_autogen.patch | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 64f7743..e97d418 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ gnumach (1:20050501-2) unstable; urgency=low * Add a system stabilizer patch. - debian/patches/14_alloc_params.patch. Thanks to Neal H. Walfield . + * Reverse the meaning of --enable-ide-forcedma. + - debian/patches/13_ide_dma.patch. + Thanks to Sergio López for noticing. -- Guillem Jover Wed, 11 May 2005 22:47:47 +0300 diff --git a/debian/patches/13_ide_dma.patch b/debian/patches/13_ide_dma.patch index be63c18..28ac689 100644 --- a/debian/patches/13_ide_dma.patch +++ b/debian/patches/13_ide_dma.patch @@ -13,7 +13,7 @@ diff -Naur i386.orig/linux/configure.ac i386/linux/configure.ac +AC_ARG_ENABLE([ide-forcedma], + AS_HELP_STRING([--enable-ide-forcedma], [enable forced use of DMA on IDE]), -+ [test x"$enableval" = xno && ++ [test x"$enableval" = xno || + AC_DEFINE([CONFIG_BLK_DEV_FORCE_DMA], [1], [Force DMA on IDE block devices])]) + diff --git a/debian/patches/90_autoconf_autogen.patch b/debian/patches/90_autoconf_autogen.patch index f75f439..5dd944e 100644 --- a/debian/patches/90_autoconf_autogen.patch +++ b/debian/patches/90_autoconf_autogen.patch @@ -11920,7 +11920,7 @@ diff -Naur gnumach-20050501.orig/i386/linux/configure gnumach-20050501/i386/linu +# Check whether --enable-ide-forcedma or --disable-ide-forcedma was given. +if test "${enable_ide_forcedma+set}" = set; then + enableval="$enable_ide_forcedma" -+ test x"$enableval" = xno && ++ test x"$enableval" = xno || + +cat >>confdefs.h <<\_ACEOF +#define CONFIG_BLK_DEV_FORCE_DMA 1 -- cgit v1.2.3