summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-04bsps: Move libchip to bspsSebastian Huber1-776/+0
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-1/+1
2017-03-14libchip/serial/mc68681.c: Add error checkJoel Sherrill1-0/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-24score: Merge sysstate API into one fileSebastian Huber1-0/+1
2013-02-11libchip/serial: Add const qualifierSebastian Huber1-2/+2
2013-02-11libchip/serial: Fix warningsSebastian Huber1-6/+0
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-05-09libchip/serial - Only use set_vector() on Simple Vectored ArchitecturesJoel Sherrill1-1/+6
2011-12-062011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
2011-10-282011-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+0
2011-10-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-39/+39
2011-10-112011-10-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+0
2010-04-262010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+2
2010-04-09adapt _write_ functions to new prototypeThomas Doerfler1-5/+5
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
2008-09-07Convert to "bool".Ralf Corsepius1-3/+3
2005-05-062005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-1/+1
2005-05-032005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-1/+1
2005-05-022005-05-02 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-1/+1
2004-04-20Remove stray white spaces.Ralf Corsepius1-32/+32
2004-03-232004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-17/+17
2003-09-262003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill1-19/+44
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2001-03-142001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
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