lkml.org 
[lkml]   [2001]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPatch to abyss.c against 2.4.2-ac28
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",
\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.028 / U:0.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site