.\" 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 "MUX_CONFIG_PORT" "" "06 October 2005" "" "" .SH NAME mux_config_port \- Perform port autoconfiguration. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void mux_config_port (struct uart_port * \fIport\fB, int \fItype\fB); \fR .SH "ARGUMENTS" .TP \fB\fIport\fB\fR Ptr to the uart_port. .TP \fB\fItype\fB\fR Bitmask of required configurations. .SH "DESCRIPTION" .PP Perform any autoconfiguration steps for the port. This functino is called if the UPF_BOOT_AUTOCONF flag is specified for the port. [Note: This is required for now because of a bug in the Serial core. rmk has already submitted a patch to linus, should be available for 2.5.47.]