From: Michael Buesch Date: Tue, 25 Mar 2008 17:04:46 +0000 (+0100) Subject: b44: Truncate PHY address X-Git-Tag: v2.6.25-rc8~77^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea79631c0c47d28831a0635e8af9da539d449cd;p=pandora-kernel.git b44: Truncate PHY address Some ROMs on embedded devices store incorrect values for the PHY address of the ethernet device. It looks like the number is sign-extended. Truncate the value by applying the PHY-address mask to it. The patch was tested on a bcm47xx embedded system (where the bug triggers) and a bcm4400 PCI card. Signed-off-by: Michael Buesch Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed