pcmcia patch

C. Scott Ananian (cananian@lcs.mit.edu)
Wed, 11 Feb 1998 04:39:25 -0500 (EST)


I forgot to include pcmcia-cs version info with my last patch.
The earlier patch was against pcmcia-cs-3.0.0-16-Jan-98.
The latest pcmcia-cs version is pcmcia-cs-3.0.0-10-Feb-98; this version
requires the attached patchlet to modules/3c589_cs.c in order to properly
compile. [this patch is in addition to the previously posted patch; the
10-Feb-98 version contains a new source code module that needed fixing]
--Scott
@ @
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-oOO-(_)-OOo-=-=-=-=-=
C. Scott Ananian: cananian@lcs.mit.edu / Declare the Truth boldly and
Laboratory for Computer Science/Crypto / without hindrance.
Massachusetts Institute of Technology /META-PARRESIAS AKOLUTOS:Acts 28:31
-.-. .-.. .. ..-. ..-. --- .-. -.. ... -.-. --- - - .- -. .- -. .. .- -.
PGP key available via finger and from http://www.pdos.lcs.mit.edu/~cananian

--- pcmcia-cs-3.0.0-10-Feb-98/modules/3c589_cs.c Wed Feb 11 04:28:52 1998
+++ pcmcia-cs-3.0.0-10-Feb-98/modules/3c589_cs.c.orig Mon Dec 29 12:04:32 1997
@@ -719,7 +719,7 @@ static int el3_start_xmit(struct sk_buff
outw(SetTxThreshold + 1536, ioaddr + EL3_CMD);
}

- DEV_KFREE_SKB (skb, FREE_WRITE);
+ dev_kfree_skb (skb, FREE_WRITE);

/* Clear the Tx status stack. */
{

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu