diff options
| author | Guillem Jover <guillem@debian.org> | 2005-05-14 17:29:46 +0000 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2005-05-14 17:29:46 +0000 |
| commit | 2cac5be2584e3b780b88b622748ce5dcfaec9815 (patch) | |
| tree | 445ccdb457169701789d0b7ed6732783795a27cb /debian | |
| parent | 9219473c18f5187c05537fffaaef33efb3c6221a (diff) | |
Reverse the meaning of --enable-ide-forcedma.
- debian/patches/13_ide_dma.patch.
Thanks to Sergio López <koro@menteslibres.org> for noticing.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/patches/13_ide_dma.patch | 2 | ||||
| -rw-r--r-- | debian/patches/90_autoconf_autogen.patch | 2 |
3 files changed, 5 insertions, 2 deletions
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 <neal@cs.uml.edu>. + * Reverse the meaning of --enable-ide-forcedma. + - debian/patches/13_ide_dma.patch. + Thanks to Sergio López <koro@menteslibres.org> for noticing. -- Guillem Jover <guillem@debian.org> 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 |
