* "clock timer configuration lost" on Serverworks chipset
@ 2001-05-16 22:12 Jim Castleberry
2001-05-17 0:17 ` Alan Cox
0 siblings, 1 reply; 4+ messages in thread
From: Jim Castleberry @ 2001-05-16 22:12 UTC (permalink / raw)
To: linux-kernel
I'm getting messages saying "clock timer configuration lost - probably
a VIA686a" from 2.2.19 running on a board using the Serverworks HE
chipset. Reading the list archives it sounds like this problem has
previously been attributed to a possible bug in the VIA chipset.
According to RedHat's bugzilla database, others have seen it on
Serverworks chipsets, too. And it sounds like using "noapic" sometimes
makes it go away, which doesn't make much sense to me.
How well has the problem been nailed down? Could it be that it just
showed up first on VIA and the real cause (and fix) remains to be
discovered? Or does Serverworks somehow have an identical bug in
their chipset?
jcastle
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: "clock timer configuration lost" on Serverworks chipset
2001-05-16 22:12 "clock timer configuration lost" on Serverworks chipset Jim Castleberry
@ 2001-05-17 0:17 ` Alan Cox
0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2001-05-17 0:17 UTC (permalink / raw)
To: Jim Castleberry; +Cc: linux-kernel
> How well has the problem been nailed down? Could it be that it just
> showed up first on VIA and the real cause (and fix) remains to be
> discovered? Or does Serverworks somehow have an identical bug in
> their chipset?
There is a notional off by one in the check at least by the rules of the
original chip which do allow the overflow value to be visible momentarily.
Later -ac checks for > not >=
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: "clock timer configuration lost" on Serverworks chipset
@ 2001-05-21 17:52 Jim Castleberry
2001-05-21 18:44 ` Alan Cox
0 siblings, 1 reply; 4+ messages in thread
From: Jim Castleberry @ 2001-05-21 17:52 UTC (permalink / raw)
To: jcastle, alan; +Cc: linux-kernel
I'm confused. The 2.2.19 time.c is already doing ">":
/* VIA686a test code... reset the latch if count > max */
if (count > LATCH-1) {
[adjust count and whine]
The 2.2.20-pre2 patch doesn't change time.c, and I don't see
this code in 2.4.4 or 2.4.5pre.
Are you saying the code should be doing the equivalent of
"(count > LATCH)", or is 2.2.19 correct and the whines I'm
seeing mean there really is a problem with the Serverworks
chipset?
Thanks,
jcastle
Alan Cox wrote:
>Jim Castleberry)wrote:
>> How well has the problem been nailed down? Could it be that it just
>> showed up first on VIA and the real cause (and fix) remains to be
>> discovered? Or does Serverworks somehow have an identical bug in
>> their chipset?
>
>There is a notional off by one in the check at least by the rules of the
>original chip which do allow the overflow value to be visible momentarily.
>Later -ac checks for > not >=
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: "clock timer configuration lost" on Serverworks chipset
2001-05-21 17:52 Jim Castleberry
@ 2001-05-21 18:44 ` Alan Cox
0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2001-05-21 18:44 UTC (permalink / raw)
To: jcastle; +Cc: alan, linux-kernel
> The 2.2.20-pre2 patch doesn't change time.c, and I don't see
> this code in 2.4.4 or 2.4.5pre.
its in 2.4.4-ac where Im testing the change
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-05-21 18:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-16 22:12 "clock timer configuration lost" on Serverworks chipset Jim Castleberry
2001-05-17 0:17 ` Alan Cox
-- strict thread matches above, loose matches on Subject: below --
2001-05-21 17:52 Jim Castleberry
2001-05-21 18:44 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox