2008-10-13 10:51:55

by Prabhu Chawandi

[permalink] [raw]
Subject: Serial Routing In the Kernel

Hi All,

I wanted to know where exactly, in which file int the kernel, debug
messages are routed to the serial console driver...

Please let me know .. will be a great help


Thanks
Prabhu


2008-10-13 12:30:47

by Samuel Thibault

[permalink] [raw]
Subject: Re: Serial Routing In the Kernel

Prabhu Chawandi, le Mon 13 Oct 2008 16:21:43 +0530, a ?crit :
> I wanted to know where exactly, in which file int the kernel, debug
> messages are routed to the serial console driver...

See calls to register_console in drivers/serial/*

Samuel