Hi, I m trying to understand exactly how the serial driver works -- and also the early console initialisation. I m reading the following websites: An article called Serial consoles and console drivers by Alassandro Rubini at http://www.linux.it/~rubini/docs/sercons/sercons.html the serial driver Wiki at : http://www.linux-mips.org/wiki/Serial_Driver_and_Console and links given on this wiki.. However I havent found a resource that talks about these two processes, early serial console initialisation and invocation of the serial driver, in enough detail to give an idea about the processes set into action when messages are put out to the console.. Can you point me to any other useful links on this issue? Thank you. Regards, Ashlesha. On Tue, 2006-11-14 at 19:11 +0000, Ralf Baechle wrote: > On Tue, Nov 14, 2006 at 10:28:10AM -0800, Ashlesha Shintre wrote: > > > > Use CONFIG_SERIAL_AU1X00. > > > > --But I want to use standard 16550 compatible serial port, controlled by > > the Super I/O Controller on the VIA Southbridge.. The > > CONFIG_SERIAL_AU1x00 will not be able to drive this port will it? > > Ah, no. But that's an unusual configuration. In general Alchemy > systems only use the on-chip UART which is 8250-ish but just different > enough that in older Linux versions we used to have a separate > driver for it. > > Ralf