public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrzej Krzysztofowicz <ankry@pg.gda.pl>
To: kaos@ocs.com.au (Keith Owens)
Cc: jgarzik@mandrakesoft.com (Jeff Garzik),
	elenstev@mesatop.com, linux-kernel@vger.kernel.org,
	torvalds@transmeta.com
Subject: Re: [PATCH] 2.4.6-pre6 fix drivers/net/Config.in error
Date: Thu, 28 Jun 2001 10:45:55 +0200 (MET DST)	[thread overview]
Message-ID: <200106280845.KAA20122@sunrise.pg.gda.pl> (raw)
In-Reply-To: <3541.993708852@kao2.melbourne.sgi.com> from "Keith Owens" at Jun 28, 2001 04:14:12 PM

Keith Owens wrote:
> On Thu, 28 Jun 2001 00:07:13 -0400, 
> Jeff Garzik <jgarzik@mandrakesoft.com> wrote:
> >Steven Cole wrote:
> >> -   dep_bool '  EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
> >> +   dep_bool '  EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI $CONFIG_PCI
> >
> >See the "EISA" and "VLB" parts in there?  EISA != PCI
> 
> Against 2.4.6-pre6.
> 
> Index: 6-pre6.1/drivers/net/Config.in
> --- 6-pre6.1/drivers/net/Config.in Thu, 28 Jun 2001 10:34:32 +1000 kaos (linux-2.4/l/c/9_Config.in 1.1.2.2.1.3.1.8 644)
> +++ 6-pre6.1(w)/drivers/net/Config.in Thu, 28 Jun 2001 16:07:03 +1000 kaos (linux-2.4/l/c/9_Config.in 1.1.2.2.1.3.1.8 644)
> @@ -142,7 +142,11 @@ if [ "$CONFIG_NET_ETHERNET" = "y" ]; the
>        tristate '  NE/2 (ne2000 MCA version) support' CONFIG_NE2_MCA
>        tristate '  IBM LAN Adapter/A support' CONFIG_IBMLANA
>     fi
> -   dep_bool '  EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
> +   if [ "$CONFIG_ISA" = "y" -o "$CONFIG_EISA" = "y" -o "$CONFIG_PCI" = "y" ]; then

CONFIG_EISA check in this condition is redundant.
Intentionally ?

> +     bool '  EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI

Andrzej
-- 
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Technical University of Gdansk

  reply	other threads:[~2001-06-28  8:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-28  3:09 [PATCH] 2.4.6-pre6 fix drivers/net/Config.in error Steven Cole
2001-06-28  4:07 ` Jeff Garzik
2001-06-28  6:14   ` Keith Owens
2001-06-28  8:45     ` Andrzej Krzysztofowicz [this message]
2001-06-28 10:43       ` Keith Owens
2001-06-28 20:40         ` Jeff Garzik
2001-06-29  0:37           ` Keith Owens
2001-06-29 12:31           ` Maciej W. Rozycki

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=200106280845.KAA20122@sunrise.pg.gda.pl \
    --to=ankry@pg.gda.pl \
    --cc=ankry@green.mif.pg.gda.pl \
    --cc=elenstev@mesatop.com \
    --cc=jgarzik@mandrakesoft.com \
    --cc=kaos@ocs.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox