summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/i386ex/console/console.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-01Remove (Abandoned).Ralf Corsepius1-302/+0
2011-01-282011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+1
* console/console.c: Fix typo where license said found in found in.
2009-12-102009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-4/+2
* console/console.c: Eliminate casts.
2009-09-30include rtems/termiostypes.h.Ralf Corsepius1-0/+1
2009-09-302009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* console/console.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
2008-05-232008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-58/+3
* console/console.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.
2005-05-062005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-1/+1
* clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c: Moved irq.h to bsp subdirectory.
2005-05-032005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett1-0/+1
* clock/ckinit.c, console/console.c: Added support for addition of parameter to ISRs. * network/network.c: Modified parameter list to remove warnings.
2004-04-21Remove duplicate white lines.Ralf Corsepius1-6/+0
2004-04-21Remove stray white spaces.Ralf Corsepius1-46/+46
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h, start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S, startup/bspstart.c, startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.S: URL for license changed.
2002-12-192002-12-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-30/+0
* console/console.c: Removed __assert() which conflicts with newlib.
2002-11-042002-11-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+1
* console/console.c, network/network.c: Removed warnings.
2000-10-202000-10-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* console/console.c: Invoke BSP_uart_init() with enough arguments now that more communication parameters are settable.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-6/+0
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-01-20Changed call to __rtems_close() to close().Joel Sherrill1-3/+3
1998-10-05Large patch from Erik Ivanenko <erik.ivanenko@utoronto.ca> whichJoel Sherrill1-235/+341
moves pieces of the pc386 bsp up to a shared level for all i386 BSPs and modifies the i386ex BSP to use those shared pieces. Serial remote debugging is included for both targets. Erik's notes: There are several workarounds in it: 1) #define NEXT_GAS is hardcoded in pc386/start/start.s 2) #define NEXT_GAS is hardcoded in i386ex/start/start.s 3) #define NEW_GAS is hardcoded in pc386/start16.s 4) #undef __assert and redeclare _assert hardcoded in console.c for both pc386 and i386ex due to my egcs1.1b ~ newlib problem. Should have modified t-rtems.cfg ( no time ) I've tested pc386 with both video and serial consoles and GDB remote. All work fine, except that GDB acts weird. ( re: other posting) I hope this will work for you. It took quite some time to locate the autoconf error. The remainder was just grunt work. Unfortunately, I think I've unwound the removal of the IBMPCInitVideo stuff. Sorry. I REALLY can't spend more time... I've been at this conversion to 4.0 locally and updating the release since Sept. 8th, and have yet to compile my network driver.... This is as much as I can do right now. I look forward to the next patch to really test i368ex. I did make sure that the sample tests worked for pc386.
1998-09-21Removed by patch from Aleksey.Joel Sherrill1-1/+0
1998-08-05Patch from Eric Valette <valette@crf.canon.fr> which brings the i386ex BSPJoel Sherrill1-1/+18
inline with the new IRQ structure.
1998-03-30Update from "erik.ivanenko" <erik.ivanenko@utoronto.ca>.Joel Sherrill1-1/+1
Also removed bsp_postdriver_hook() from every bsp possible and moved to shared version.
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-09-15eliminated potential for overfilling buffer on readJoel Sherrill1-1/+0
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.
1996-10-15updated to format of 3.6.0 console driversJoel Sherrill1-51/+111
1996-10-15initial version from ErikJoel Sherrill1-0/+220