Comment 5 for bug 537168

Revision history for this message
spaetz (spaetz) wrote :

I don't know if there are any chances to get this into the 2.6.31. if not, just close this. But for the archive, The patch author contacted me and send a small improvement that was upstreamed later:

[PATCH] sky2: 88E8059 support
From: Stephen Hemminger <email address hidden>
+ if (chipid >= CHIP_ID_YUKON_XL && chipid < CHIP_ID_YUKON_OPT)

That was changed to:
+ if (chipid >= CHIP_ID_YUKON_XL && chipid <= CHIP_ID_YUKON_OPT)