NVRAM_DIAG_BITS);
}
+#ifndef _STANDALONE
+
int
clockintr(arg)
void *arg;
}
return 0;
}
+#endif /* _STANDALONE */
int
gettick()
}
}
+#ifndef _STANDALONE
+
static int beeping;
void
beeping = 1;
timeout(sysbeepstop, 0, period);
}
+#endif /* _STANDALONE */
unsigned int delaycount; /* calibrated loop variable (1 millisecond) */
delaycount = (FIRST_GUESS * TIMER_DIV(1000)) / (0xffff-remainder);
}
+#ifndef _STANDALONE
+
#ifdef I586_CPU
void
calibrate_cyclecounter()
else
mc146818_write(NULL, MC_REGA, MC_BASE_32_KHz | MC_RATE_1024_Hz);
}
+#endif /* _STANDALONE */