statclock_disable is set to 1 if you have the 0x20 flag set on your APM
device. This should probably no longer be the default.
> Oops, try this patch instead, again, it's done wrong, but I couldn't
> figure out why statclock_disable was getting a value, and I don't have
> time to figure it out
In message <[EMAIL PROTECTED]> Kenneth Wayne
Culver writes:
: For some reason rtc0 was not working, and I think it's because this
: variable was not initialized, here is the patch:
: -int statclock_disable;
: +int statclock_disable = 0;
There is no difference between these two statements (well
Oops, try this patch instead, again, it's done wrong, but I couldn't
figure out why statclock_disable was getting a value, and I don't have
time to figure it out.
--- clock.c.origSat Dec 11 19:58:15 1999
+++ clock.c Sat Dec 11 20:15:01 1999
@@ -962,7 +962,7 @@
int apic_8254_tr