Re: [PATCH] tulip oops

2000-11-13 Thread Jeff Garzik
Tobias Ringstrom wrote: > > This patch makes tulip/eeprom.c more robust. > > /Tobias > > --- eeprom.c.orig Mon Jun 19 22:42:39 2000 > +++ eeprom.cTue Nov 14 01:19:19 2000 > @@ -237,6 +237,7 @@ > printk(KERN_INFO "%s: Index #%d - Media %s (#%d) described " >

[PATCH] tulip oops

2000-11-13 Thread Tobias Ringstrom
This patch makes tulip/eeprom.c more robust. /Tobias --- eeprom.c.orig Mon Jun 19 22:42:39 2000 +++ eeprom.cTue Nov 14 01:19:19 2000 @@ -237,6 +237,7 @@ printk(KERN_INFO "%s: Index #%d - Media %s (#%d) described " "by a %s (%d

[PATCH] tulip oops for some eeproms in 2.4.0-test10

2000-11-01 Thread Jim Studt
(please cc me, I follow the list on a web page) The printk()s which enumerate media types during boot will oops for some eeproms. They use the media type as an index into an array of strings without doing any bounds checking. This patch fixes it. The leaf->type is the killer for my card, I ha