summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/ns16550.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2011-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-261-3/+2
* 2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-201-4/+4
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-181-25/+25
* 2011-07-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-07-111-1/+39
* 2011-02-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-02-161-27/+10
* 2011-02-15 Jennifer AverettJoel Sherrill2011-02-151-7/+24
* 2011-01-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-01-171-4/+3
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-261-5/+5
* adapt _write_ functions to new prototypeThomas Doerfler2010-04-091-4/+4
* Whitespace removal.Ralf Corsepius2009-11-301-1/+1
* interrupt handler type changeThomas Doerfler2009-10-211-8/+1
* Enable interrupts during open to avoid NULL pointer access in interrupt handler.Thomas Doerfler2009-10-131-2/+9
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-3/+2
* code cleanupThomas Doerfler2009-07-171-111/+101
* 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-051-4/+4
* 2008-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-171-1/+9
* libchip/serial/ns16550.c: Transmit the character in the polled writeThomas Doerfler2008-11-181-34/+29
* 2008-09-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-09-231-12/+5
* 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-221-1/+1
* 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-221-3/+3
* 2008-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-221-1/+1
* 2008-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-221-3/+9
* Include required header files. Removed support for old PowerPC exception han...Thomas Doerfler2008-09-221-142/+126
* Convert to "bool".Ralf Corsepius2008-09-071-4/+4
* 2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-181-8/+6
* added PPC_e300 to raw_exception.cThomas Doerfler2007-07-181-5/+0
* compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged many...Thomas Doerfler2007-07-101-1/+1
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-171-1/+1
* 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-061-1/+1
* 2005-04-25 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-251-2/+16
* 2005-04-18 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-181-0/+63
* Remove stray white spaces.Ralf Corsepius2004-04-201-20/+20
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-011-1/+1
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-3/+3
* 2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-231-28/+28
* 2001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-141-1/+1
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-2/+8
* Invalid value used for baud rate per bug report fromJoel Sherrill1999-10-051-1/+1
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-231-0/+1
* Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1998-10-281-1/+2
* Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1998-09-111-2/+2
* Commented out the code which yields the CPU when the serial controller isJoel Sherrill1998-08-051-0/+2
* Corrected spacing and added headers.Joel Sherrill1998-07-251-17/+28
* Added ns16550_set_attributes.Joel Sherrill1998-07-251-4/+100
* Rewrote NS16550 TX interrupt processing to use termios for the bufferJoel Sherrill1998-07-251-120/+73
* Added check for proper deviceType to interrupt processing code.Joel Sherrill1998-07-151-1/+2
* Switched to shared default probe routine.Joel Sherrill1998-07-091-14/+3
* Changed static to NS16550_STATIC to make all routines and data globalJoel Sherrill1998-07-091-17/+17
* Added NULL entry for setAttributes.Joel Sherrill1998-06-231-2/+4
* Moved set and get Register and Data type defininitions to serial.h.Joel Sherrill1998-06-221-8/+1