summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/console/conscfg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2005-04-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-281-282/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * acinclude.m4: Remove dmv177 and ppcn_60x. * dmv177/.cvsignore, dmv177/ChangeLog, dmv177/Makefile.am, dmv177/QUIRKS, dmv177/README, dmv177/README.net, dmv177/STATUS, dmv177/bsp_specs, dmv177/cable.doc, dmv177/configure.ac, dmv177/times, dmv177/clock/clock.c, dmv177/console/conscfg.c, dmv177/console/debugio.c, dmv177/include/.cvsignore, dmv177/include/bsp.h, dmv177/include/dmv170.h, dmv177/include/tm27.h, dmv177/scv64/scv64.c, dmv177/sonic/dmvsonic.c, dmv177/start/start.S, dmv177/startup/bspclean.c, dmv177/startup/bspstart.c, dmv177/startup/genpvec.c, dmv177/startup/linkcmds, dmv177/startup/setvec.c, dmv177/startup/vmeintr.c, dmv177/timer/timer.c, dmv177/tod/todcfg.c, ppcn_60x/.cvsignore, ppcn_60x/ChangeLog, ppcn_60x/Makefile.am, ppcn_60x/README, ppcn_60x/STATUS, ppcn_60x/bsp_specs, ppcn_60x/configure.ac, ppcn_60x/clock/clock.c, ppcn_60x/console/config.c, ppcn_60x/console/console.c, ppcn_60x/console/console.h, ppcn_60x/console/debugio.c, ppcn_60x/console/i8042.c, ppcn_60x/console/i8042_p.h, ppcn_60x/console/i8042vga.c, ppcn_60x/console/i8042vga.h, ppcn_60x/console/ns16550cfg.c, ppcn_60x/console/ns16550cfg.h, ppcn_60x/console/vga.c, ppcn_60x/console/vga_p.h, ppcn_60x/console/z85c30cfg.c, ppcn_60x/console/z85c30cfg.h, ppcn_60x/include/.cvsignore, ppcn_60x/include/bsp.h, ppcn_60x/include/extisrdrv.h, ppcn_60x/include/nvram.h, ppcn_60x/include/pci.h, ppcn_60x/include/tm27.h, ppcn_60x/network/amd79c970.c, ppcn_60x/network/amd79c970.h, ppcn_60x/nvram/ds1385.h, ppcn_60x/nvram/mk48t18.h, ppcn_60x/nvram/nvram.c, ppcn_60x/nvram/prepnvr.h, ppcn_60x/nvram/stk11c68.h, ppcn_60x/pci/pci.c, ppcn_60x/start/start.S, ppcn_60x/startup/bspclean.c, ppcn_60x/startup/bspstart.c, ppcn_60x/startup/bsptrap.S, ppcn_60x/startup/genpvec.c, ppcn_60x/startup/linkcmds, ppcn_60x/startup/rtems-ctor.cc, ppcn_60x/startup/setvec.c, ppcn_60x/startup/spurious.c, ppcn_60x/startup/swap.c, ppcn_60x/timer/timer.c, ppcn_60x/tod/cmos.h, ppcn_60x/tod/tod.c, ppcn_60x/universe/universe.c, ppcn_60x/vectors/README, ppcn_60x/vectors/align_h.S, ppcn_60x/vectors/vectors.S: Removed.
* Remove stray white spaces.Ralf Corsepius2004-04-211-2/+2
|
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-10/+10
| | | | | | | * clock/clock.c, console/conscfg.c, console/debugio.c, include/bsp.h, include/dmv170.h, scv64/scv64.c, sonic/dmvsonic.c, startup/bspstart.c, startup/genpvec.c, startup/vmeintr.c, timer/timer.c, tod/todcfg.c: Convert to using c99 fixed size types.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+0
| | | | | * console/conscfg.c, include/bsp.h, scv64/scv64.c, startup/bspstart.c, tod/todcfg.c: Removed incorrect statement about copyright assignment.
* Card Resource Register was a 16-bit register not a 32-bit one.Joel Sherrill1998-08-061-6/+12
| | | | Used existing constants for bits on the register.
* Added support for the Card Resource Register. The new probe routinesJoel Sherrill1998-08-061-3/+27
| | | | | check for the presence of the DUART, SCC, and RTC. The SONIC check needs to be added in the future as the network driver is libchip'ed.
* Removed "if 0" used to switch between serial ports.Joel Sherrill1998-07-251-2/+0
|
* Changed so we could test interrupts on port 3.Joel Sherrill1998-07-181-2/+2
|
* Removed use of data port for z8530.Joel Sherrill1998-07-181-7/+7
| | | | | Tested all four ports. MC68681 as both polled and interrupt. Z8530 as polled only.
* Added z85c30 specific probe routine to decide what the clock rate was.Joel Sherrill1998-07-181-4/+26
| | | | | | This routines could be enhanced to determine if the SCC is present since it appears from the DY-4 manual that a status registers indicates this.
* Fixed typo in which last port did not get switched to defaultJoel Sherrill1998-07-151-4/+4
| | | | register access routines.
* Switched to usign the default z8530 and mc68681 register access routines.Joel Sherrill1998-07-151-10/+8
|
* Added chip type identifier field. This was necessary because a singleJoel Sherrill1998-07-151-0/+4
| | | | interrupt vector can be shared by multiple chips of varying types.
* Switched from polling to interrupts and in the process added a conditionalJoel Sherrill1998-07-151-4/+17
| | | | | compilation section which used CONSOLE_USE_INTERRUPTS to switch all ports between interrupt and polled mode.
* Added board specific baud rate table and set driver function tableJoel Sherrill1998-07-091-8/+103
| | | | to polled.
* New file added in the process of converting the console driver toJoel Sherrill1998-07-051-0/+123
libchip/serial.