summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/serial/mc68681.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-10-26cat /tmp/j | while read fJoel Sherrill1-756/+0
1998-10-28Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1-2/+2
1998-09-11Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1-2/+2
1998-08-13Don't disable the RX/TX on close in polled mode.Joel Sherrill1-2/+3
1998-08-05Commented out the code which yields the CPU when the serial controller isJoel Sherrill1-0/+2
1998-07-28Corrected spacing.Joel Sherrill1-1/+0
1998-07-25Added comments and corrected spacing.Joel Sherrill1-0/+4
1998-07-25Changed variable to hold received data to unsigned.Joel Sherrill1-1/+1
1998-07-25Removed mc68681_flush and corrected spacing.Joel Sherrill1-31/+5
1998-07-25Changed to utilize return status from rtems_termios_dequeue_characters()Joel Sherrill1-4/+9
1998-07-16Minor corrections for typos to get it to compile.Joel Sherrill1-2/+2
1998-07-16Split default baud rate table into its own file. This shrinks theJoel Sherrill1-103/+6
1998-07-15Switched from driver's own buffering to using termios. This eliminatedJoel Sherrill1-121/+93
1998-07-15Switched deviceOutputUsesInterrupts to TRUE so output would be interruptJoel Sherrill1-148/+147
1998-07-09Switched to default probe routine.Joel Sherrill1-17/+2
1998-07-09Added proper handling of extended baud rate table selection at boot time.Joel Sherrill1-1/+6
1998-07-09Properly handle extended baud rate set commands.Joel Sherrill1-15/+22
1998-07-09Changed static to MC68681_STATIC to make all data and routinesJoel Sherrill1-105/+192
1998-06-23Removed RTS and DTR handling code since the MC68681 seems to only haveJoel Sherrill1-225/+87
1998-06-23Added numerous comments.Joel Sherrill1-15/+72
1998-06-23Added concept of "mate" -- the other port on the same DUART. This isJoel Sherrill1-41/+77
1998-06-23Added close.Joel Sherrill1-4/+28
1998-06-23Added set attributes and written initialize and first open.Joel Sherrill1-78/+236
1998-06-22Added initial part of iniitialization.Joel Sherrill1-6/+28
1998-06-22Added mc68681 stuff to the makefile.Joel Sherrill1-68/+110
1998-06-22spacing changesJoel Sherrill1-0/+3
1998-06-22Initial version of these files.Joel Sherrill1-141/+141
1998-06-13Initial incarnation of libchip compiles.Joel Sherrill1-1/+2
1998-06-13Base code from ppcn_60x BSPJoel Sherrill1-0/+608