summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/dmv152/console/console.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-111-238/+0
| | | | | | | | | | | | * dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am, dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am, dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c, dmv152/include/.cvsignore, dmv152/include/bsp.h, dmv152/include/coverhd.h, dmv152/include/tm27.h, dmv152/spurious/spinit.c, dmv152/startup/bspclean.c, dmv152/startup/bspstart.c, dmv152/startup/linkcmds, dmv152/startup/vmeintr.c, dmv152/timer/timer.c, dmv152/timer/timerisr.S: Removed.
* Remove duplicate white lines.Ralf Corsepius2004-04-211-1/+0
|
* Remove stray white spaces.Ralf Corsepius2004-04-211-8/+8
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-6/+6
| | | | | | * clock/ckinit.c, console/console.c, include/bsp.h, spurious/spinit.c, startup/bspstart.c, startup/vmeintr.c, timer/timer.c: Convert to using c99 fixed size types.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | | * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h, spurious/spinit.c, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S: URL for license changed.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-7/+0
|
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Switched to termios callback structure.Joel Sherrill1998-05-041-12/+17
|
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Corrected prototypes for all termios console write driver entries toJoel Sherrill1997-12-221-1/+1
| | | | properly reflect the const on the buffer pointer being passed in.
* Corrected call to rtems_termios_open.Joel Sherrill1997-11-301-1/+2
|
* Updated console driver to use new read routine conventions.Joel Sherrill1997-10-231-6/+3
|
* Overhauled console driver to use termios and to simultaneously supportJoel Sherrill1997-10-231-135/+159
| | | | both ports.
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* eliminated potential for overfilling buffer on readJoel Sherrill1997-09-151-1/+0
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* removed unused is_character_ready routine.Joel Sherrill1997-04-091-27/+0
|
* Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1995-09-191-1/+3
| | | | | | single biggest changes were the expansion of the workspace size macro to include other types of objects and the increase in the minimum stack size for most CPUs.
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-111-36/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration Table Template file added and all tests modified to use this. All gvar.h and conftbl.h files removed from test directories. Configuration parameter maximum_devices added. Core semaphore and mutex handlers added and RTEMS API Semaphore Manager updated to reflect this. Initialization sequence changed to invoke API specific initialization routines. Initialization tasks table now owned by RTEMS Tasks Manager. Added user extension for post-switch. Utilized user extensions to implement API specific functionality like signal dispatching. Added extensions to the System Initialization Thread so that an API can register a function to be invoked while the system is being initialized. These are largely equivalent to the pre-driver and post-driver hooks. Added the Modules file oar-go32_p5, modified oar-go32, and modified the file make/custom/go32.cfg to look at an environment varable which determines what CPU model is being used. All BSPs updated to reflect named devices and clock driver's IOCTL used by the Shared Memory Driver. Also merged clock isr into main file and removed ckisr.c where possible. Updated spsize to reflect new and moved variables. Makefiles for the executive source and include files updated to show break down of files into Core, RTEMS API, and Neither. Header and inline files installed into subdirectory based on whether logically in the Core or a part of the RTEMS API.
* Initial revisionJoel Sherrill1995-05-111-0/+186