summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Changed variable to hold received data to unsigned.Joel Sherrill1998-07-254-4/+4
* Added constants for z85c30_enable_interrupts.Joel Sherrill1998-07-252-12/+34
* Removed z85c30_flush().Joel Sherrill1998-07-252-248/+158
* Changed comment on TxBuffer.Joel Sherrill1998-07-252-2/+4
* Removed mc68681_flush and corrected spacing.Joel Sherrill1998-07-254-66/+10
* Added information on Chris Johns' suggestion to use pointers internallyJoel Sherrill1998-07-252-0/+6
* Removed "if 0" used to switch between serial ports.Joel Sherrill1998-07-252-4/+0
* New file.Joel Sherrill1998-07-252-0/+98
* Changed to utilize return status from rtems_termios_dequeue_characters()Joel Sherrill1998-07-252-8/+18
* Moved console.c to libbsp/shared.Joel Sherrill1998-07-252-291/+1
* Interrupts were incorrectly managed with a disable/disable pair ratherJoel Sherrill1998-07-252-4/+4
* changed version to 980724Joel Sherrill1998-07-242-2/+2
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk>:Joel Sherrill1998-07-241-24/+0
* Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1998-07-249-65/+96
* changed version to 980723Joel Sherrill1998-07-232-2/+2
* Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1998-07-237-4/+741
* Patch from Eric VALETTE <valette@crf.canon.fr>:Joel Sherrill1998-07-2332-511/+2734
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-07-231-0/+18
* Removed consolex from build list. This file should be obsoleted by theJoel Sherrill1998-07-231-1/+3
* Fix from Chris Johns <ccj@acm.org>. Comments:Joel Sherrill1998-07-211-8/+3
* Changed so we could test interrupts on port 3.Joel Sherrill1998-07-182-4/+4
* Removed use of data port for z8530.Joel Sherrill1998-07-184-180/+108
* Removed use of data port for z8530.Joel Sherrill1998-07-182-14/+14
* New fileJoel Sherrill1998-07-181-0/+62
* Added z85c30 specific probe routine to decide what the clock rate was.Joel Sherrill1998-07-182-8/+52
* Addresses for SCC were wrong. A and B ports were swapped.Joel Sherrill1998-07-181-44/+25
* Swapped RX and TX since doing this makes the lights blink on theJoel Sherrill1998-07-181-2/+2
* Added RS-422 converter information and cable building information.Joel Sherrill1998-07-181-8/+59
* Added information on the MC68681.Joel Sherrill1998-07-181-2/+12
* Added background and setup to add section on RS-422.Joel Sherrill1998-07-181-11/+21
* Reworked to removed dependency on DY-4 CSS ROM monitor interface.Joel Sherrill1998-07-181-5/+2
* Removed css_iface.Joel Sherrill1998-07-182-2/+2
* Removed. We are no longer dependent on DY-4 CSS interface code.Joel Sherrill1998-07-182-216/+0
* New file.Joel Sherrill1998-07-181-0/+26
* Initialized tty->refcount to 0. When (for whatever reason) malloc()Joel Sherrill1998-07-172-0/+6
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. Comments:Joel Sherrill1998-07-178-19/+25
* Added scitab directory.Joel Sherrill1998-07-172-1/+2
* Turned stack checker on.Joel Sherrill1998-07-171-0/+2
* Patch fromalf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-07-171-0/+61
* New files from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. His comments:Joel Sherrill1998-07-177-0/+330
* Patch from Dario Alcocer <alcocer@connectnet.com>. His comments:Joel Sherrill1998-07-172-0/+4
* Corrected header files.Joel Sherrill1998-07-162-2/+4
* Minor corrections for typos to get it to compile.Joel Sherrill1998-07-162-4/+4
* Split default baud rate table into its own file. This shrinks theJoel Sherrill1998-07-1610-216/+248
* Fixed typo in which last port did not get switched to defaultJoel Sherrill1998-07-152-8/+8
* Fixed typos.Joel Sherrill1998-07-158-8/+14
* Switched to usign the default z8530 and mc68681 register access routines.Joel Sherrill1998-07-157-272/+17
* Added default z85c30 register access routines.Joel Sherrill1998-07-156-2/+258
* Added default mc68681 register access routines.Joel Sherrill1998-07-1510-24/+284
* Added check for proper deviceType to interrupt processing code.Joel Sherrill1998-07-154-4/+8