summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/serial/z85c30.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-10-26cat /tmp/j | while read fJoel Sherrill1-889/+0
1998-10-28Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs alongJoel Sherrill1-1/+2
1998-09-11Updates to tree to make it build with all desired changes and the conversionJoel Sherrill1-2/+2
1998-08-05Commented out the code which yields the CPU when the serial controller isJoel Sherrill1-0/+2
1998-07-25Added comments and corrected spacing.Joel Sherrill1-21/+24
1998-07-25Corrected spacing and added a comment.Joel Sherrill1-3/+5
1998-07-25Changed variable to hold received data to unsigned.Joel Sherrill1-1/+1
1998-07-25Removed z85c30_flush().Joel Sherrill1-124/+79
1998-07-18Removed use of data port for z8530.Joel Sherrill1-60/+54
1998-07-15Added check for proper deviceType to interrupt processing code.Joel Sherrill1-1/+2
1998-07-15Switched to "deviceOutput = TRUE" which made device output use interrupts.Joel Sherrill1-1/+1
1998-07-09Added set attributes routine but did not hook it in to the table.Joel Sherrill1-12/+105
1998-07-09Changed static to Z85C30_STATIC so all data and routines could be globalJoel Sherrill1-18/+18
1998-06-23Added NULL entry for setAttributes.Joel Sherrill1-0/+2
1998-06-22Moved set and get Register and Data type defininitions to serial.h.Joel Sherrill1-11/+2
1998-06-22Added comments and corrected spacing.Joel Sherrill1-1/+16
1998-06-13Initial incarnation of libchip compiles.Joel Sherrill1-1/+1
1998-06-13Base code from ppcn_60x BSPJoel Sherrill1-0/+830