Currently ne.c has some codes to support RBTX49XX boards but it is not complete. Instead of adding more hacks to fix it, this patchset add an generic platform_driver interface to the driver and let RBTX49XX use it. [PATCH 1/5] ne: Add platform_driver [PATCH 2/5] ne: Misc fixes for platform driver. [PATCH 3/5] ne: Add NEEDS_PORTLIST to control ISA auto-probe [PATCH 4/5] ne: MIPS: Use platform_driver for ne on RBTX49XX [PATCH 5/5] MIPS: Drop unnecessary CONFIG_ISA from RBTX49XX Changes from previous patchset: * Split some misc fixes from platform_driver patch. (sugested by Jeff Garzik) * Add NEEDS_PORTLIST to control ISA auto-probe. (sugested by Jeff Garzik) * Less ifdef CONFIG_PM. (by Andrew Morton) * Make rbtx4927_ne_init()'s res[] static __initdata. (by Andrew Morton) --- Atsushi Nemoto