All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Mackall <mpm@selenic.com>
To: Adrian Bunk <bunk@stusta.de>
Cc: akpm@osdl.org, B.Zolnierkiewicz@elka.pw.edu.pl,
	liux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Make number of IDE interfaces configurable
Date: Tue, 16 May 2006 11:29:34 -0500	[thread overview]
Message-ID: <20060516162934.GR24227@waste.org> (raw)
In-Reply-To: <20060516160250.GE5677@stusta.de>

On Tue, May 16, 2006 at 06:02:50PM +0200, Adrian Bunk wrote:
> On Fri, May 12, 2006 at 05:29:52PM -0500, Matt Mackall wrote:
> >...
> > --- 2.6.orig/include/linux/ide.h	2006-05-11 15:07:32.000000000 -0500
> > +++ 2.6/include/linux/ide.h	2006-05-12 14:01:53.000000000 -0500
> > @@ -252,7 +252,8 @@ static inline void ide_std_init_ports(hw
> >  
> >  #include <asm/ide.h>
> >  
> > -#ifndef MAX_HWIFS
> > +#if !defined(MAX_HWIFS) || defined(CONFIG_EMBEDDED)
> > +#undef MAX_HWIFS
> >  #define MAX_HWIFS	CONFIG_IDE_MAX_HWIFS
> >  #endif
> 
> Why do you need this?

Doesn't work without it?

Most platforms define MAX_HWIFS.

-- 
Mathematics is the supreme nostalgia of our time.

  reply	other threads:[~2006-05-16 16:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-12 22:29 [PATCH] Make number of IDE interfaces configurable Matt Mackall
2006-05-16 16:02 ` Adrian Bunk
2006-05-16 16:29   ` Matt Mackall [this message]
2006-05-16 16:40     ` Adrian Bunk
2006-05-16 19:13       ` Nick Warne
2006-05-16 16:02 ` [PATCH] " Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060516162934.GR24227@waste.org \
    --to=mpm@selenic.com \
    --cc=B.Zolnierkiewicz@elka.pw.edu.pl \
    --cc=akpm@osdl.org \
    --cc=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.