summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/z85c30.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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