25 Apr, 2008
1 commit
-
Since 43cc71eed1250755986da4c0f9898f9a635cb3bf, the platform modalias is
prefixed with "platform:". Add MODULE_ALIAS() to the hotpluggable network
platform drivers, to re-enable auto loading.NOTE: didn't change drivers/net/fs_enet/fs_enet-main.c "old binding" support.
That looks problematic in the first place (it even uses the ancient "struct
device_driver" binding scheme for platform_bus!) and I suspect it will vanish
soonish when arch/powerpc rules the world. Also, drivers/net/ne.c would have
needed more thought to sort out.[akpm@linux-foundation.org: fix sgiseeq.c]
[dbrownell@users.sourceforge.net: more drivers, registration fixes]
Signed-off-by: Kay Sievers
Signed-off-by: David Brownell
Cc: Scott Wood
Cc: Vitaly Bordug
Cc: Dale Farnsworth
Cc: Ben Dooks
Cc: Ralf Baechle
Cc: Andrew Victor
Cc: Bryan Wu
Signed-off-by: Andrew Morton
Signed-off-by: Jeff Garzik
09 Jul, 2007
1 commit
-
Changes to last version:
- spelling fix
- cleaned up probe codeThomas.
Ethernet driver for EISA only SNI RM200/RM400 machines
Signed-off-by: Thomas Bogendoerfer
Signed-off-by: Jeff Garzik