This is my first time sending in a patch to the kernel.
This is a one line fix to the abyss tokenring driver in 2.4.2-ac28
I got this fix from the driver maintainer who said
"I guess I really should send this in to Linus"
I'm just going to go ahead and jump the gun and submit it ;)
--- linux/drivers/net/tokenring/abyss.c.old Fri Feb 16 18:02:36 2001
+++ linux/drivers/net/tokenring/abyss.c Wed Mar 14 15:20:00 2001
@@ -137,7 +137,7 @@
*/
dev->base_addr += 0x10;
- ret = tmsdev_init(dev,0,pdev);
+ ret = tmsdev_init(dev,0xffffffff,pdev);
/* XXX: should be the max PCI32 DMA max */
if (ret) {
printk("%s: unable to get memory for dev->priv.\n",