summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-141-1/+1
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1998-10-281-2/+2
* Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1998-09-111-2/+2
* Don't disable the RX/TX on close in polled mode.Joel Sherrill1998-08-131-2/+3
* Commented out the code which yields the CPU when the serial controller isJoel Sherrill1998-08-051-0/+2
* Corrected spacing.Joel Sherrill1998-07-281-1/+0
* Added comments and corrected spacing.Joel Sherrill1998-07-251-0/+4
* Changed variable to hold received data to unsigned.Joel Sherrill1998-07-251-1/+1
* Removed mc68681_flush and corrected spacing.Joel Sherrill1998-07-251-31/+5
* Changed to utilize return status from rtems_termios_dequeue_characters()Joel Sherrill1998-07-251-4/+9
* Minor corrections for typos to get it to compile.Joel Sherrill1998-07-161-2/+2
* Split default baud rate table into its own file. This shrinks theJoel Sherrill1998-07-161-103/+6
* Switched from driver's own buffering to using termios. This eliminatedJoel Sherrill1998-07-151-121/+93
* Switched deviceOutputUsesInterrupts to TRUE so output would be interruptJoel Sherrill1998-07-151-148/+147
* Switched to default probe routine.Joel Sherrill1998-07-091-17/+2
* Added proper handling of extended baud rate table selection at boot time.Joel Sherrill1998-07-091-1/+6
* Properly handle extended baud rate set commands.Joel Sherrill1998-07-091-15/+22
* Changed static to MC68681_STATIC to make all data and routinesJoel Sherrill1998-07-091-105/+192
* Removed RTS and DTR handling code since the MC68681 seems to only haveJoel Sherrill1998-06-231-225/+87
* Added numerous comments.Joel Sherrill1998-06-231-15/+72
* Added concept of "mate" -- the other port on the same DUART. This isJoel Sherrill1998-06-231-41/+77
* Added close.Joel Sherrill1998-06-231-4/+28
* Added set attributes and written initialize and first open.Joel Sherrill1998-06-231-78/+236
* Added initial part of iniitialization.Joel Sherrill1998-06-221-6/+28
* Added mc68681 stuff to the makefile.Joel Sherrill1998-06-221-68/+110
* spacing changesJoel Sherrill1998-06-221-0/+3
* Initial version of these files.Joel Sherrill1998-06-221-0/+609