summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/console/config.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed config.c to conscfg.c to avoid naming conflicts.Joel Sherrill1999-05-281-283/+0
|
* 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.