summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/z85c30.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-141-1/+2
| | | | | | | * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c, serial/serprobe.c, serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so libchip style serial drivers can be written in libcpu or libbsp.
* 2001-03-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-03-021-1/+0
| | | | | | | | | | * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h, rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c, rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c, serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h, serial/z85c30_reg.c: Corrected header.
* Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1998-10-281-1/+2
| | | | with libchip.
* Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1998-09-111-2/+2
| | | | of the SONIC driver to the new FreeBSD stack instead of KA9Q.
* Commented out the code which yields the CPU when the serial controller isJoel Sherrill1998-08-051-0/+2
| | | | | busy. This type of behavior perturbs the tests and many of them will not pass.
* Added comments and corrected spacing.Joel Sherrill1998-07-251-21/+24
|
* Corrected spacing and added a comment.Joel Sherrill1998-07-251-3/+5
|
* Changed variable to hold received data to unsigned.Joel Sherrill1998-07-251-1/+1
|
* Removed z85c30_flush().Joel Sherrill1998-07-251-124/+79
| | | | | | Reworked transmit interrupt processing to remove ring buffer and to mask the TX empty interrupt when it was not expected. This code now uses termios to buffer TX output.
* Removed use of data port for z8530.Joel Sherrill1998-07-181-60/+54
| | | | Move some code around.
* Added check for proper deviceType to interrupt processing code.Joel Sherrill1998-07-151-1/+2
|
* Switched to "deviceOutput = TRUE" which made device output use interrupts.Joel Sherrill1998-07-151-1/+1
|
* Added set attributes routine but did not hook it in to the table.Joel Sherrill1998-07-091-12/+105
| | | | Switched to shared default probe.
* Changed static to Z85C30_STATIC so all data and routines could be globalJoel Sherrill1998-07-091-18/+18
| | | | for debugging purposes.
* Added NULL entry for setAttributes.Joel Sherrill1998-06-231-0/+2
|
* Moved set and get Register and Data type defininitions to serial.h.Joel Sherrill1998-06-221-11/+2
| | | | Cleaned up spacing.
* Added comments and corrected spacing.Joel Sherrill1998-06-221-1/+16
|
* Initial incarnation of libchip compiles.Joel Sherrill1998-06-131-1/+1
|
* Base code from ppcn_60x BSPJoel Sherrill1998-06-131-0/+830