.\" 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_SAL_SWITCH_TO_ASYNCH" "9" "09 October 2005" "" "" .SH NAME sn_sal_switch_to_asynch \- Switch to async mode (as opposed to synch) .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void __init sn_sal_switch_to_asynch (struct sn_cons_port * \fIport\fB); \fR .SH "ARGUMENTS" .TP \fB\fIport\fB\fR Our sn_cons_port (which contains the uart port) .SH "DESCRIPTION" .PP So this is used by sn_sal_serial_console_init (early on, before we're registered with serial core). It's also used by sn_sal_module_init right after we've registered with serial core. The later only happens if we didn't already come through here via sn_sal_serial_console_init.