summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681_p.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-04bsps: Move libchip to bspsSebastian Huber1-323/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-02-11libchip/serial: Fix warningsSebastian Huber1-0/+9
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2010-04-09adapt _write_ functions to new prototypeThomas Doerfler1-4/+4
2008-09-07Convert to "bool".Ralf Corsepius1-1/+1
2004-04-20Remove stray white spaces.Ralf Corsepius1-2/+2
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c, ide/ide_ctrl.h, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h, network/cs8900.c, network/cs8900.c.bsp, network/cs8900.h, network/dec21140.c, network/elnk.c, network/open_eth.c, network/sonic.c, network/sonic.h, rtc/icm7170.c, rtc/icm7170.h, rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c, rtc/icm7170_reg8.c, rtc/m48t08.c, rtc/m48t08.h, rtc/m48t08_reg.c, rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, rtc/rtc.h, rtc/rtcprobe.c, serial/mc68681.c, serial/mc68681.h, serial/mc68681_p.h, serial/mc68681_reg.c, serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/serial.h, serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h, serial/z85c30_reg.c: URL for license changed.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1998-07-25Removed mc68681_flush and corrected spacing.Joel Sherrill1-2/+0
1998-07-15Added interrupt mask and interrupt status register bit constants.Joel Sherrill1-1/+24
Added prototype for mc68681_build_imr(), mc68681_process(), and mc68681_enable_interrupts().
1998-07-09Changed static to MC68681_STATIC to make all routines and data globalJoel Sherrill1-11/+20
to ease debugging.
1998-06-23Removed RTS and DTR handling code since the MC68681 seems to only haveJoel Sherrill1-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.
1998-06-23Added concept of "mate" -- the other port on the same DUART. This isJoel Sherrill1-1/+2
needed to properly handle the interrupt mask register since it is shared.
1998-06-23Added set attributes prototype.Joel Sherrill1-0/+5
1998-06-22Added mc68681 stuff to the makefile.Joel Sherrill1-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.
1998-06-22spacing changesJoel Sherrill1-0/+2
1998-06-22Initial version of these files.Joel Sherrill1-0/+89