[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1161263657.17335.46.camel@localhost.localdomain>
Date: Thu, 19 Oct 2006 14:14:16 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Jiri Slaby <jirislaby@...il.com>
Cc: "Kilau, Scott" <Scott_Kilau@...i.com>, Greg KH <greg@...ah.com>,
Greg.Chandler@...lsfargo.com, linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...l.org>
Subject: Re: kernel oops with extended serial stuff turned on...
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists