sunhme: Allow usage on SBI based SBus systems
authoroftedal <oftedal@gmail.com>
Mon, 7 Nov 2011 11:47:53 +0000 (11:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Nov 2011 19:01:42 +0000 (14:01 -0500)
commit59caa5612ce916c4902c753aa61429eb76ac2b21
treef3e0b10ba5db506127bc01f6504bf707e16e8849
parente50e705ca71db82a78a3e13fb7abf6b2171ac9c7
sunhme: Allow usage on SBI based SBus systems

To prevent the SBus driver for Sun Happy Meal cards from being loaded for
PCI cards utilizing the same chipset, a filter was added to the probe
function in commit 0b492fce3d72d982a7981905f85484a1e1ba7fde.

The filter was implemented by checking the name of the parent node in
the OF tree. This patch extends this filter, so that the driver will
load on SBus systems that are based upon SBI SBus Bridges.

Signed-off-by: Kjetil Oftedal <oftedal@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sun/sunhme.c