Re: kernel oops with extended serial stuff turned on...

From: Alan Cox
Date: Thu Oct 19 2006 - 09:12:13 EST


Ar Iau, 2006-10-19 am 11:02 +0200, ysgrifennodd Jiri Slaby:
> drivers/char/mxser.c: mxvar_sdriver->name = "ttyM";
> drivers/char/isicom.c: isicom_normal->name = "ttyM";

mxser should be ttyMI 0...127

> drivers/char/amiserial.c: serial_driver->name = "ttyS";
> drivers/char/serial167.c: cy_serial_driver->name = "ttyS";
> drivers/char/vme_scc.c: scc_driver->name = "ttyS";

Different platform specific drivers - OK

> drivers/char/istallion.c:static char *stli_serialname = "ttyE";
> drivers/char/stallion.c: stl_serial->name = "ttyE";

E is assigned to stallion so both seem to share it

> drivers/char/vt.c: console_driver->name = "tty";
> drivers/char/viocons.c: viotty_driver->name = "tty";

These are correct (different platforms)

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/