[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080410150614.7da71ff8@speedy>
Date: Thu, 10 Apr 2008 15:06:14 -0500
From: Stephen Hemminger <stephen.hemminger@...tta.com>
To: Jeff Garzik <jeff@...zik.org>
Cc: netdev@...r.kernel.org
Subject: [PATCH] sky2: missing chip name for Yukon Supreme
Any usage of sky2 on new Yukon Supreme would cause a NULL dereference.
The chip is very new, so the support is still untested; vendor has
not sent any eval hardware.
Signed-off-by: Stephen Hemminger <shemminger@...ux-foundation.org>
---
Please apply for 2.6.25
--- a/drivers/net/sky2.c 2008-04-10 14:01:05.000000000 -0500
+++ b/drivers/net/sky2.c 2008-04-10 14:04:23.000000000 -0500
@@ -154,6 +154,7 @@ static const char *yukon2_name[] = {
"EC", /* 0xb6 */
"FE", /* 0xb7 */
"FE+", /* 0xb8 */
+ "Supreme", /* 0xb9 */
};
static void sky2_set_multicast(struct net_device *dev);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists