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 "
>
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
(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
3 matches
Mail list logo