summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial (unfollow)
Commit message (Expand)AuthorFilesLines
2001-03-142001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-6/+7
2001-03-022001-03-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill8-8/+0
2001-02-052001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-8/+9
2000-09-052000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+1
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill5-20/+109
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+2
2000-02-08Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+1
1999-11-23Miscellaneous patches from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-5/+5
1999-11-22Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2-75/+56
1999-11-17Updated copyright notice.Joel Sherrill4-8/+4
1999-10-05Invalid value used for baud rate per bug report fromJoel Sherrill1-1/+1
1999-09-07Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1-2/+2
1999-07-30 Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+1
1999-07-26Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+1
1999-07-26This is part of a major patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-26/+32
1999-04-19Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+1
1999-03-19Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-4/+11
1999-02-18Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-2/+4
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill1-0/+1
1998-10-28Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill3-4/+6
1998-09-11Updates to tree to make it build with all desired changes and the conversionJoel Sherrill3-6/+6
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 Sherrill3-0/+6
1998-07-30New files.Joel Sherrill2-0/+11
1998-07-28Corrected spacing.Joel Sherrill2-14/+6
1998-07-25Added comments and corrected spacing.Joel Sherrill2-21/+28
1998-07-25Corrected spacing and added headers.Joel Sherrill1-17/+28
1998-07-25Added ns16550_set_attributes.Joel Sherrill2-4/+105
1998-07-25Corrected spacing and added a comment.Joel Sherrill1-3/+5
1998-07-25Updated to reflect set attributes.Joel Sherrill1-2/+9
1998-07-25Rewrote NS16550 TX interrupt processing to use termios for the bufferJoel Sherrill3-125/+84
1998-07-25Removed TX ring buffer.Joel Sherrill1-2/+0
1998-07-25Changed variable to hold received data to unsigned.Joel Sherrill2-2/+2
1998-07-25Added constants for z85c30_enable_interrupts.Joel Sherrill1-6/+17
1998-07-25Removed z85c30_flush().Joel Sherrill1-124/+79
1998-07-25Changed comment on TxBuffer.Joel Sherrill1-1/+2
1998-07-25Removed mc68681_flush and corrected spacing.Joel Sherrill2-33/+5
1998-07-25Added information on Chris Johns' suggestion to use pointers internallyJoel Sherrill1-0/+3
1998-07-25New file.Joel Sherrill1-0/+49
1998-07-25Changed to utilize return status from rtems_termios_dequeue_characters()Joel Sherrill1-4/+9
1998-07-25Interrupts were incorrectly managed with a disable/disable pair ratherJoel Sherrill1-2/+2
1998-07-18Removed use of data port for z8530.Joel Sherrill2-90/+54
1998-07-16Corrected header files.Joel Sherrill1-1/+2
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 Sherrill5-108/+124
1998-07-15Fixed typos.Joel Sherrill4-4/+7
1998-07-15Added default z85c30 register access routines.Joel Sherrill3-1/+129
1998-07-15Added default mc68681 register access routines.Joel Sherrill5-12/+142
1998-07-15Added check for proper deviceType to interrupt processing code.Joel Sherrill2-2/+4
1998-07-15Added interrupt mask and interrupt status register bit constants.Joel Sherrill1-1/+24