<div dir="ltr">On Tue, Apr 29, 2014 at 11:36 AM, ron minnich <span dir="ltr"><<a href="mailto:rminnich@gmail.com" target="_blank">rminnich@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Anybody out there know typical numbers for the timer tick if USB is<br>
active as part of SMM?<br>
<br>
I just heard one number for one product line, 8 HZ. We're seeing a<br>
mysterious 18 HZ tick on one system. Any other numbers people know?<br></blockquote><div><br>18.2 Hz is legacy stuff, <a href="http://wiki.osdev.org/Programmable_Interval_Timer">http://wiki.osdev.org/Programmable_Interval_Timer</a> - but the particulars of an SMM implementation might just as well be a copy-paste error, for all I know.<br>
<br></div><div>An OHCI driver might use a timer tick to recover after a timeout. The USB spec doesn't specify all the timeouts, though multiples of 100ms are common (so a ~10HZ timer might be useful).<br><br></div><div>
Hope that helps,<br>David<br></div></div></div></div>