summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Split default baud rate table into its own file. This shrinks theJoel Sherrill1998-07-161-0/+4
| | | | | | size of the minimum mc68681 driver. The clock speed field can not now be configured as NULL but must instead specify the address of the default table.
* Added default mc68681 register access routines.Joel Sherrill1998-07-151-12/+12
|
* Added default mc68681 register access routines.Joel Sherrill1998-07-151-0/+49
|
* Corrected definition of MC68681_RX_BUFFER.Joel Sherrill1998-07-091-1/+1
|
* Removed commented out line.Joel Sherrill1998-07-091-1/+0
|
* Added support for the Extended Baud Rate set control found in theJoel Sherrill1998-07-091-2/+20
| | | | | | | Exar 88681 but not in the base 68681. Added support for user provided baud rate tables. This is needed when the board does not use the standard baud rate clock.
* Removed RTS and DTR handling code since the MC68681 seems to only haveJoel Sherrill1998-06-231-7/+0
| | | | | | | | | | 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-4/+1
| | | | | needed to properly handle the interrupt mask register since it is shared.
* Added more registers.Joel Sherrill1998-06-231-0/+11
|
* Added initial part of iniitialization.Joel Sherrill1998-06-221-2/+8
|
* Added mc68681 stuff to the makefile.Joel Sherrill1998-06-221-0/+9
| | | | | | | | | 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.
* Initial version of these files.Joel Sherrill1998-06-221-0/+37