summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/ns16550.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-25Corrected spacing and added headers.Joel Sherrill1-17/+28
1998-07-25Added ns16550_set_attributes.Joel Sherrill1-4/+100
1998-07-25Rewrote NS16550 TX interrupt processing to use termios for the bufferJoel Sherrill1-120/+73
1998-07-15Added check for proper deviceType to interrupt processing code.Joel Sherrill1-1/+2
1998-07-09Switched to shared default probe routine.Joel Sherrill1-14/+3
1998-07-09Changed static to NS16550_STATIC to make all routines and data globalJoel Sherrill1-17/+17
1998-06-23Added NULL entry for setAttributes.Joel Sherrill1-2/+4
1998-06-22Moved set and get Register and Data type defininitions to serial.h.Joel Sherrill1-8/+1
1998-06-22Added a comment and cleaned up spacingJoel Sherrill1-1/+4
1998-06-13Initial incarnation of libchip compiles.Joel Sherrill1-1/+2
1998-06-13Base code from ppcn_60x BSPJoel Sherrill1-0/+608