Re: Periodic RTC interrupt

From: Richard Zidlicky (Richard.Zidlicky@stud.informatik.uni-erlangen.de)
Date: Sun Feb 20 2000 - 15:34:08 EST


On Sat, Feb 19, 2000 at 12:17:00PM +0100, Ralf Baechle wrote:
> What application need the /dev/rtc periodic interrupt? I'm porting to
> a platoform which uses a M58T35 RTC which doesn't supply such an
> interrupt, so the question is if it's worth to care at all and possibly
> emulate an timer interrupt from another source.

RTC_UIE:
hwclock, chronyd, adjtimex (at least my version).

I am emulating RTC_UIE, on my HW it is a simple check to see if the
seconds field is updated, done in a 200Hz interrupt. It is usually much
better than what hwclock can achieve from userspace.
Never cared about the other RTC programmable interrupts and do not
know any application.

Bye
Richard

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:26 EST