2.0.29 + ISS4 compile error

Nicholas J. Leon (nicholas@binary9.net)
Tue, 11 Mar 1997 16:27:59 -0500 (EST)


When I installed the ISS4 patch, I decided to go ahead and compile support
for an Ethernet Express/10 (which is on another box). When I made it, I
got an error at line 450 of drivers/net/eexpress.c about skb being
undefined.

I looked around and realized (correctly, I hope) that someone had recoded
the driver but forgot to change a single reference of "skb" to "buf"...

here's the diff:

--- eexpress.c.~1~ Tue Mar 11 14:32:42 1997
+++ eexpress.c Tue Mar 11 16:23:13 1997
@@ -447,7 +447,7 @@
}
dev_tint(dev);
outb(SIRQ_en|irqrmap[dev->irq],ioaddr+SET_IRQ);
- dev_kfree_skb(skb, FREE_WRITE);
+ dev_kfree_skb(buf, FREE_WRITE);
return 0;
}

I'm making alot of assumptions here, but I think I'm right. If so, we need
to have this patched inserted into the next release. If not, could someone
correct me? Thanx.


N!
------------------------------------------------------------------------------
Nicholas J. Leon <nicholas@binary9.net>
"Elegance through Simplicity" http://www.binary9.net/nicholas

SF/F Reading Suggestion #1: Apprentice Assassin by Robin Hobbs