.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SN_SERIAL_CONSOLE_EARLY_SETUP" "9" "09 October 2005" "" "" .SH NAME sn_serial_console_early_setup \- Sets up early console output support .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int __init sn_serial_console_early_setup ( \fIvoid\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvoid\fB\fR no arguments .SH "DESCRIPTION" .PP .PP Register a console early on... This is for output before even sn_sal_serial_cosnole_init is called. This function is called from setup.c. This allows us to do really early polled writes. When sn_sal_serial_console_init is called, this console is unregistered and a new one registered.