Home | History | Annotate | Download | only in rmi
History log of /src/sys/arch/mips/rmi/rmixl_com.c
RevisionDateAuthorComments
 1.8  11-Dec-2018  thorpej Add a convenience function, com_init_regs_stride(), that shifts the register
offsets and size by the specified amount. Use in front-ends as appropriate.
 1.7  08-Dec-2018  thorpej Remove the COM_REGMAP option -- just use it all the time. While here,
garbage-collect the COM_FUNCMAP and COM_AU1X00 options, as there are
not used anywhere.
 1.6  08-Dec-2018  thorpej Clean up initialization of com_regs structure, in preparation for
some additional changers.
 1.5  01-Jul-2011  dyoung branches: 1.5.52; 1.5.54;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.4  11-May-2011  cliff sync from matt-nb5-mips64 branch
 1.3  20-Feb-2011  matt Merge forward from matt-nb5-mips64.
 1.2  14-Dec-2009  matt branches: 1.2.4; 1.2.6; 1.2.8; 1.2.10;
Merge from matt-nb5-mips64
Merge mips-specific arch files.
 1.1  13-Sep-2009  cliff branches: 1.1.2;
file rmixl_com.c was initially added on branch matt-nb5-mips64.
 1.1.2.17  31-Dec-2011  matt Switch to using IST_<foo> instead of private enums.
 1.1.2.16  24-Dec-2011  matt Add XLP support (i2c, console, pci, sdhc works).
 1.1.2.15  11-May-2011  cliff simplify rmixl_com_initmap() a bit
 1.1.2.14  21-May-2010  cliff - establish interrupt at IPL_VM (was IPL_SERIAL)
 1.1.2.13  18-May-2010  cliff configure com1 and make it attach correctly
note that config loc 'mult' is assumed to be 4, and so no need to specify
 1.1.2.12  12-Apr-2010  cliff - specifiy if mpsafe when establishing interrupts
(all are 'false' except comintr for now)
 1.1.2.11  21-Mar-2010  cliff - pass obio_tmsk to rmixl_intr_establish
 1.1.2.10  20-Jan-2010  matt cleanup attachments so that other mips cpus can use the same scheme.
 1.1.2.9  14-Dec-2009  cliff - replace single bus space with two (big & little endian) bus spaces for obio
- use comcnspeed instead of CONSPEED
- use comcnfreq instead of CONFREQ
 1.1.2.8  12-Dec-2009  cliff initialize sc_frequency to CONSFREQ
 1.1.2.7  15-Nov-2009  cliff - use new obio bus space
 1.1.2.6  25-Sep-2009  cliff establish interrupt in rmixl_com_attach()
 1.1.2.5  22-Sep-2009  cliff add baud rate initialization to rmixl_putchar_init()
use symbolic offsets for reg access in rmixl_putchar()
 1.1.2.4  15-Sep-2009  cliff fix typo assigning bus_space_tag in rmixl_com_cnattach
set sc_dev in rmixl_com_attach
 1.1.2.3  15-Sep-2009  cliff always use big endian access methods & bus space for com
also do some code cleanup
 1.1.2.2  13-Sep-2009  cliff improve how some config data are managed
 1.1.2.1  13-Sep-2009  cliff add netbsd support for RMI XLS6ATX_7A board and XL SoC family
 1.2.10.1  05-Mar-2011  bouyer Sync with HEAD
 1.2.8.1  06-Jun-2011  jruoho Sync with HEAD.
 1.2.6.2  31-May-2011  rmind sync with head
 1.2.6.1  05-Mar-2011  rmind sync with head
 1.2.4.2  11-Mar-2010  yamt sync with head
 1.2.4.1  14-Dec-2009  yamt file rmixl_com.c was added on branch yamt-nfs-mp on 2010-03-11 15:02:41 +0000
 1.5.54.1  10-Jun-2019  christos Sync with HEAD
 1.5.52.1  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts

RSS XML Feed