lkml.org 
[lkml]   [2000]   [Jul]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.4.0-t5p3 and PCMCIA Xircom Tulip

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
\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.038 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site