(E-Mail Removed) writes:
>Hello,
>I need to implement a high precision timer for a network driver. I
>need high resolution like =B5s or even ns - so much more presision than
>using jiffies. Unfortunately I can't find some code examples for
>implementing it in kernel mode.
You cannot do it. There are far too many thngs in a multitasking operating
system which can vary the response time of the system. A few usec is
possible, but hard. Better than that I do ot think so.
If you want to build a hardware clock then maybe it is possible.
Now perhaps if you told us what theproblem was rather than how you were
going to solve theproblem someone could give some advice as to how to do
it.
>Can anybody help me with this - send me code examples or give me some
>useful links ?
>Thanks a lot!
>Thilo