summaryrefslogtreecommitdiffstats
path: root/c/src/libchip (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added rtc directory.Joel Sherrill1998-07-282-0/+138
* Added comments and corrected spacing.Joel Sherrill1998-07-252-21/+28
* Corrected spacing and added headers.Joel Sherrill1998-07-251-17/+28
* Added ns16550_set_attributes.Joel Sherrill1998-07-252-4/+105
* Corrected spacing and added a comment.Joel Sherrill1998-07-251-3/+5
* Updated to reflect set attributes.Joel Sherrill1998-07-251-2/+9
* Rewrote NS16550 TX interrupt processing to use termios for the bufferJoel Sherrill1998-07-253-125/+84
* Removed TX ring buffer.Joel Sherrill1998-07-251-2/+0
* Changed variable to hold received data to unsigned.Joel Sherrill1998-07-252-2/+2
* Added constants for z85c30_enable_interrupts.Joel Sherrill1998-07-251-6/+17
* Removed z85c30_flush().Joel Sherrill1998-07-251-124/+79
* Changed comment on TxBuffer.Joel Sherrill1998-07-251-1/+2
* Removed mc68681_flush and corrected spacing.Joel Sherrill1998-07-252-33/+5
* Added information on Chris Johns' suggestion to use pointers internallyJoel Sherrill1998-07-251-0/+3
* New file.Joel Sherrill1998-07-251-0/+49
* Changed to utilize return status from rtems_termios_dequeue_characters()Joel Sherrill1998-07-251-4/+9
* Interrupts were incorrectly managed with a disable/disable pair ratherJoel Sherrill1998-07-251-2/+2
* Removed use of data port for z8530.Joel Sherrill1998-07-182-90/+54
* Corrected header files.Joel Sherrill1998-07-161-1/+2
* Minor corrections for typos to get it to compile.Joel Sherrill1998-07-161-2/+2
* Split default baud rate table into its own file. This shrinks theJoel Sherrill1998-07-165-108/+124
* Fixed typos.Joel Sherrill1998-07-154-4/+7
* Added default z85c30 register access routines.Joel Sherrill1998-07-153-1/+129
* Added default mc68681 register access routines.Joel Sherrill1998-07-155-12/+142
* Added check for proper deviceType to interrupt processing code.Joel Sherrill1998-07-152-2/+4
* Added interrupt mask and interrupt status register bit constants.Joel Sherrill1998-07-151-1/+24
* Added default mc68681 register access routines.Joel Sherrill1998-07-151-0/+49
* Switched from driver's own buffering to using termios. This eliminatedJoel Sherrill1998-07-151-121/+93
* Added information on the deviceType field.Joel Sherrill1998-07-152-0/+8
* Added default mc68681 register access routines.Joel Sherrill1998-07-151-1/+2
* Added comment to remove use of TxBuffer ring buffer in all libchip drivers.Joel Sherrill1998-07-151-1/+14
* Switched deviceOutputUsesInterrupts to TRUE so output would be interruptJoel Sherrill1998-07-151-148/+147
* 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-092-13/+110
* Added new files.Joel Sherrill1998-07-091-1/+3
* Switched to shared default probe routine.Joel Sherrill1998-07-091-14/+3
* Switched to default probe routine.Joel Sherrill1998-07-091-17/+2
* Added new baud rate to number function and default serial probe routine.Joel Sherrill1998-07-094-0/+107
* Added proper handling of extended baud rate table selection at boot time.Joel Sherrill1998-07-091-1/+6
* Properly handle extended baud rate set commands.Joel Sherrill1998-07-091-15/+22
* Corrected definition of MC68681_RX_BUFFER.Joel Sherrill1998-07-091-1/+1
* Changed static to MC68681_STATIC to make all data and routinesJoel Sherrill1998-07-091-105/+192
* Removed commented out line.Joel Sherrill1998-07-091-1/+0
* Added sersupp.c.Joel Sherrill1998-07-091-1/+1
* New files to contain generally needed serial driver support routines.Joel Sherrill1998-07-091-0/+13
* Changed static to MC68681_STATIC to make all routines and data globalJoel Sherrill1998-07-091-11/+20
* Added support for the Extended Baud Rate set control found in theJoel Sherrill1998-07-091-2/+20
* Changed static to NS16550_STATIC to make all routines and data globalJoel Sherrill1998-07-092-31/+40
* Changed static to Z85C30_STATIC so all data and routines could be globalJoel Sherrill1998-07-092-32/+41
* Added information to README.mc68681.Joel Sherrill1998-07-093-3/+136