public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.4, add help texts to drivers/net/pcmcia/Config.help
@ 2002-02-13 17:59 Steven Cole
  2002-02-13 18:11 ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Cole @ 2002-02-13 17:59 UTC (permalink / raw)
  To: David Hinds; +Cc: Linus Torvalds, linux-kernel

In drivers/net/pcmcia/Config.in, there are two options which currently do
not have help texts in drivers/net/pcmcia/Config.help.  Here are snippets
from the Config.in for these options:

dep_tristate '  broken NS8390-cards support' CONFIG_PCMCIA_AXNET $CONFIG_PCMCIA

if [ "$CONFIG_CARDBUS" = "y" ]; then
     tristate '  Xircom CardBus support (new driver)' CONFIG_PCMCIA_XIRCOM
     tristate '  Xircom Tulip-like CardBus support (old driver)' CONFIG_PCMCIA_XIRTULIP
fi

Here is a patch to drivers/net/pcmcia/Config.help to add these help texts.

Steven

--- linux-2.5.4/drivers/net/pcmcia/Config.help.orig     Wed Feb 13 10:28:50 2002
+++ linux-2.5.4/drivers/net/pcmcia/Config.help  Wed Feb 13 10:34:10 2002
@@ -93,6 +93,18 @@
   as a module, say M here and read <file:Documentation/modules.txt>.
   If unsure, say N.

+CONFIG_PCMCIA_AXNET
+  Say Y here if you intend to attach an Asix AX88190-based PCMCIA
+  (PC-card) Fast Ethernet card to your computer.  These cards are
+  nearly NE2000 compatible but need a separate driver due to a few
+  misfeatures.
+
+  This driver is also available as a module ( = code which can be
+  inserted in and removed from the running kernel whenever you want).
+  The module will be called axnet_cs.o.  If you want to compile it as
+  a module, say M here and read <file:Documentation/modules.txt>.  If
+  unsure, say N.
+
 CONFIG_ARCNET_COM20020_CS
   Say Y here if you intend to attach this type of ARCnet PCMCIA card
   to your computer.
@@ -113,6 +125,18 @@
   The module will be called ibmtr_cs.o.  If you want to compile it as
   a module, say M here and read <file:Documentation/modules.txt>.

+CONFIG_PCMCIA_XIRCOM
+  This driver is for the Digital "Tulip" Ethernet CardBus adapters.
+  It should work with most DEC 21*4*-based chips/ethercards, as well
+  as with work-alike chips from Lite-On (PNIC) and Macronix (MXIC) and
+  ASIX.
+
+  This driver is also available as a module ( = code which can be
+  inserted in and removed from the running kernel whenever you want).
+  The module will be called xircom_tulip_cb.o.  If you want to compile
+  it as a module, say M here and read
+  <file:Documentation/modules.txt>. If unsure, say N.
+
 CONFIG_PCMCIA_XIRTULIP
   This driver is for the Digital "Tulip" Ethernet CardBus adapters.
   It should work with most DEC 21*4*-based chips/ethercards, as well


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] 2.5.4, add help texts to drivers/net/pcmcia/Config.help
  2002-02-13 17:59 [PATCH] 2.5.4, add help texts to drivers/net/pcmcia/Config.help Steven Cole
@ 2002-02-13 18:11 ` Jeff Garzik
  2002-02-13 22:22   ` Alessandro Suardi
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2002-02-13 18:11 UTC (permalink / raw)
  To: elenstev; +Cc: David Hinds, Linus Torvalds, linux-kernel

Thanks, patch pushed into the local queue here for 2.5.
-- 
Jeff Garzik      | "I went through my candy like hot oatmeal
Building 1024    |  through an internally-buttered weasel."
MandrakeSoft     |             - goats.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] 2.5.4, add help texts to drivers/net/pcmcia/Config.help
  2002-02-13 18:11 ` Jeff Garzik
@ 2002-02-13 22:22   ` Alessandro Suardi
  2002-02-13 22:41     ` Steven Cole
  0 siblings, 1 reply; 4+ messages in thread
From: Alessandro Suardi @ 2002-02-13 22:22 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: elenstev, David Hinds, Linus Torvalds, linux-kernel

Jeff Garzik wrote:
> Thanks, patch pushed into the local queue here for 2.5.

The Xircom one is wrong though - driver will be called xircom_cb.o,
  not xircom_tulip_cb.o (that's the name of the older driver).

--alessandro

  "If your heart is a flame burning brightly
    you'll have light and you'll never be cold
   And soon you will know that you just grow / You're not growing old"
                               (Husker Du, "Flexible Flyer")


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] 2.5.4, add help texts to drivers/net/pcmcia/Config.help
  2002-02-13 22:22   ` Alessandro Suardi
@ 2002-02-13 22:41     ` Steven Cole
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Cole @ 2002-02-13 22:41 UTC (permalink / raw)
  To: Alessandro Suardi, Jeff Garzik
  Cc: elenstev, David Hinds, Linus Torvalds, linux-kernel

On Wednesday 13 February 2002 03:22 pm, Alessandro Suardi wrote:
> Jeff Garzik wrote:
> > Thanks, patch pushed into the local queue here for 2.5.
>
> The Xircom one is wrong though - driver will be called xircom_cb.o,
>   not xircom_tulip_cb.o (that's the name of the older driver).
>
> --alessandro

Ok, here is a patch against what may be in the tree with changeset 1.316.
Thanks for noticing.
Steven

--- linux-2.5.4/drivers/net/pcmcia/Config.help.orig     Wed Feb 13 15:35:33 2002
+++ linux-2.5.4/drivers/net/pcmcia/Config.help  Wed Feb 13 15:36:13 2002
@@ -133,7 +133,7 @@

   This driver is also available as a module ( = code which can be
   inserted in and removed from the running kernel whenever you want).
-  The module will be called xircom_tulip_cb.o.  If you want to compile
+  The module will be called xircom_cb.o.  If you want to compile
   it as a module, say M here and read
   <file:Documentation/modules.txt>. If unsure, say N.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-02-13 22:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-13 17:59 [PATCH] 2.5.4, add help texts to drivers/net/pcmcia/Config.help Steven Cole
2002-02-13 18:11 ` Jeff Garzik
2002-02-13 22:22   ` Alessandro Suardi
2002-02-13 22:41     ` Steven Cole

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox