Christophe Leroy wrote:
>
> I've patched my working rmk4 with your patches, now kernel panics
> telling: couldn't get rx irq for rs285
>
> What's wrong ?
>
Found myself: drivers/char/in tty_io.c, you call twice rs285_init();
#ifdef CONFIG_ESPSERIAL /* init ESP before rs, so rs doesn't see the
port */
espserial_init();
#endif
#ifdef CONFIG_SERIAL_21285
rs285_init();
#endif
#ifdef CONFIG_SERIAL
rs_init();
#endif
#ifdef CONFIG_SERIAL_21285
rs285_init();
#endif
#ifdef CONFIG_MAC_SERIAL
macserial_init();
#endif
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]