summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-145-6/+7
* 2001-03-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-028-8/+0
* 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-02-051-8/+9
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-0/+1
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-125-20/+109
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-131-0/+2
* Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-081-2/+1
* Miscellaneous patches from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-231-5/+5
* Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-222-75/+56
* Updated copyright notice.Joel Sherrill1999-11-174-8/+4
* Invalid value used for baud rate per bug report fromJoel Sherrill1999-10-051-1/+1
* Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1999-09-071-2/+2
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-07-301-1/+1
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-07-261-1/+1
* This is part of a major patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-07-261-26/+32
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-04-191-1/+1
* Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-03-191-4/+11
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-02-181-2/+4
* 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-283-4/+6
* Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1998-09-113-6/+6
* 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-053-0/+6
* New files.Joel Sherrill1998-07-302-0/+11
* Corrected spacing.Joel Sherrill1998-07-282-14/+6
* Added comments and corrected spacing.Joel Sherrill1998-07-252-21/+28
* Corrected spacing and added headers.Joel Sherrill1998-07-251-17/+28
* Added ns16550_set_attributes.Joel Sherrill1998-07-252-4/+105
* Corrected spacing and added a comment.Joel Sherrill1998-07-251-3/+5
* Updated to reflect set attributes.Joel Sherrill1998-07-251-2/+9
* Rewrote NS16550 TX interrupt processing to use termios for the bufferJoel Sherrill1998-07-253-125/+84
* Removed TX ring buffer.Joel Sherrill1998-07-251-2/+0
* Changed variable to hold received data to unsigned.Joel Sherrill1998-07-252-2/+2
* Added constants for z85c30_enable_interrupts.Joel Sherrill1998-07-251-6/+17
* Removed z85c30_flush().Joel Sherrill1998-07-251-124/+79
* Changed comment on TxBuffer.Joel Sherrill1998-07-251-1/+2
* Removed mc68681_flush and corrected spacing.Joel Sherrill1998-07-252-33/+5
* Added information on Chris Johns' suggestion to use pointers internallyJoel Sherrill1998-07-251-0/+3
* New file.Joel Sherrill1998-07-251-0/+49
* Changed to utilize return status from rtems_termios_dequeue_characters()Joel Sherrill1998-07-251-4/+9
* Interrupts were incorrectly managed with a disable/disable pair ratherJoel Sherrill1998-07-251-2/+2
* Removed use of data port for z8530.Joel Sherrill1998-07-182-90/+54
* Corrected header files.Joel Sherrill1998-07-161-1/+2
* 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-165-108/+124
* Fixed typos.Joel Sherrill1998-07-154-4/+7
* Added default z85c30 register access routines.Joel Sherrill1998-07-153-1/+129
* Added default mc68681 register access routines.Joel Sherrill1998-07-155-12/+142
* Added check for proper deviceType to interrupt processing code.Joel Sherrill1998-07-152-2/+4
* Added interrupt mask and interrupt status register bit constants.Joel Sherrill1998-07-151-1/+24