[PATCH] 2.4.0-t5p3 and PCMCIA Xircom Tulip

From: Jordan Mendelson (jordy@napster.com)
Date: Thu Jul 20 2000 - 17:52:26 EST


I'm not sure why, but the pcmcia xircom tulip driver wasn't being linked
into the kernel when compiled staticly. The attached patch should fix
that.

It appears to work just fine with my pcmcia Xircom Realport.

Jordan

--- linux-2.4.0-test5-pre3/drivers/net/pcmcia/Config.in Mon Jun 19 13:30:56 2000
+++ linux/drivers/net/pcmcia/Config.in Thu Jul 20 15:33:09 2000
@@ -34,7 +34,8 @@
      "$CONFIG_PCMCIA_FMVJ18X" = "y" -o "$CONFIG_PCMCIA_PCNET" = "y" -o \
      "$CONFIG_PCMCIA_NMCLAN" = "y" -o "$CONFIG_PCMCIA_SMC91C92" = "y" -o \
      "$CONFIG_PCMCIA_XIRC2PS" = "y" -o "$CONFIG_PCMCIA_RAYCS" = "y" -o \
- "$CONFIG_PCMCIA_NETWAVE" = "y" -o "$CONFIG_PCMCIA_WAVELAN" = "y" ]; then
+ "$CONFIG_PCMCIA_NETWAVE" = "y" -o "$CONFIG_PCMCIA_WAVELAN" = "y" -o \
+ "$CONFIG_PCMCIA_XIRTULIP" = "y" ]; then
    define_bool CONFIG_PCMCIA_NETCARD y
 fi
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jul 23 2000 - 21:00:14 EST