Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: thorpej
Date: Tue Dec 11 06:34:00 UTC 2018
Modified Files:
src/sys/arch/hpcsh/dev/hd64461: hd64461uart.c
src/sys/arch/mips/ingenic: ingenic_com.c
src/sys/arch/mips/rmi: rmixl_com.c
src/sys/dev/ic: com.c comvar.h
src/sys/dev/marvell: com_mv.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hpcsh/dev/hd64461/hd64461uart.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mips/ingenic/ingenic_com.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/rmi/rmixl_com.c
cvs rdiff -u -r1.353 -r1.354 src/sys/dev/ic/com.c
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/ic/comvar.h
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/marvell/com_mv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index