]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Minor tweaks to the imx GPT timer...
authorian <ian@FreeBSD.org>
Wed, 26 Feb 2014 18:29:14 +0000 (18:29 +0000)
committerian <ian@FreeBSD.org>
Wed, 26 Feb 2014 18:29:14 +0000 (18:29 +0000)
commit509a9dbc3f3c1a50b18ddcb61a31808f1faca9d9
tree48a992098047b0d6ca29ec43bfe25bdf74af21fe
parent8a82f5b94f6e507bc873f1b282627d3cd0f96b6f
Minor tweaks to the imx GPT timer...
 - Don't use spaces or dots in the eventtimer or timecounter names.
   They turn into sysctl node names, and it's just confusing.
 - Use comparator #3 instead of #1 for one-shot events.  There's an
   extra 1-cycle penalty in the hardware for accessing the registers
   for comparator 1, no point in paying that penalty.
 - Lower the quality of the eventtimer from 1000 to 800, because the
   device can't support PERCPU timers and some other device in the system
   may be able to provide that.
sys/arm/freescale/imx/imx_gpt.c