From: Andy Fleming Date: Fri, 2 May 2008 18:03:50 +0000 (-0500) Subject: powerpc: Add support for multiple gfar mdio interfaces X-Git-Tag: v2.6.27-rc1~865^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd7e1cbd43bb67927af2b8b4e0ffd43fd5ed6b4;p=pandora-kernel.git powerpc: Add support for multiple gfar mdio interfaces The old code assumed there was only one, but the 8572 actually has 3. Also, our usual id, 0xe0024520, gets resolved to -1 somewhere, and this was preventing the multiple buses from having different ids. So we only keep the low 20 bits, which have the interesting info, anyway. Signed-off-by: Andy Fleming Signed-off-by: Kumar Gala --- Reading git-diff-tree failed