summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/serial/mc68681_baud.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-04bsps: Move libchip to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-4/+24
Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
1998-07-16Corrected header files.Joel Sherrill1-1/+2
1998-07-16Split default baud rate table into its own file. This shrinks theJoel Sherrill1-0/+106
size of the minimum mc68681 driver. The clock speed field can not now be configured as NULL but must instead specify the address of the default table.