summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681_p.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Removed mc68681_flush and corrected spacing.Joel Sherrill1998-07-251-2/+0
|
* Added interrupt mask and interrupt status register bit constants.Joel Sherrill1998-07-151-1/+24
| | | | | Added prototype for mc68681_build_imr(), mc68681_process(), and mc68681_enable_interrupts().
* Changed static to MC68681_STATIC to make all routines and data globalJoel Sherrill1998-07-091-11/+20
| | | | to ease debugging.
* Removed RTS and DTR handling code since the MC68681 seems to only haveJoel Sherrill1998-06-231-17/+4
| | | | | | | | | | automatic handling of RTS/CTS. This only protects the on-chip buffers and FIFOs -- not the termios queues as the RTS/CTS code in here did. It may be necessary in the future to enable this automatic support. Interrupt processing code added. In some places, channel and duart base addresses were swapped.
* Added concept of "mate" -- the other port on the same DUART. This isJoel Sherrill1998-06-231-1/+2
| | | | | needed to properly handle the interrupt mask register since it is shared.
* Added set attributes prototype.Joel Sherrill1998-06-231-0/+5
|
* Added mc68681 stuff to the makefile.Joel Sherrill1998-06-221-20/+223
| | | | | | | | | Added numerous constants to mc68681_p.h. Changed spacing. At this point the polled support is in but nothing else is right except the structure.
* spacing changesJoel Sherrill1998-06-221-0/+2
|
* Initial version of these files.Joel Sherrill1998-06-221-0/+89