/home/hillier_g/checkout/most4linux/most-kernel/serial-rt-debug.c File Reference

Implementation to output debug information on serial line. More...

Go to the source code of this file.

Defines

#define PR   "serial-rt-debug: "

Variables

static struct rtser_config serial_configuration


Detailed Description

Implementation to output debug information on serial line.

This implementation uses the 16550A driver of RTAI/Xenomai.

Definition in file serial-rt-debug.c.


Define Documentation

#define PR   "serial-rt-debug: "

Prefix used for printk() outputs.

Definition at line 41 of file serial-rt-debug.c.


Variable Documentation

struct rtser_config serial_configuration [static]

Initial value:

 {
    .config_mask        = RTSER_SET_BAUD | RTSER_SET_PARITY | 
                          RTSER_SET_DATA_BITS | RTSER_SET_STOP_BITS |
                          RTSER_SET_HANDSHAKE,
    .baud_rate          = SERIAL_RT_BAUDRATE,
    .parity             = SERIAL_RT_PARITY,
    .data_bits          = SERIAL_RT_DATABITS,
    .stop_bits          = SERIAL_RT_STOPBITS,
    .handshake          = SERIAL_RT_HANDSHAKE
}
The configuration used for the serial communication

Definition at line 47 of file serial-rt-debug.c.


Generated on Fri Mar 9 14:48:58 2007 for MOST Linux Drivers (Linux and RTAI) by  doxygen 1.5.0