View | Details | Raw Unified | Return to bug 17800
Collapse All | Expand All

(-)sys/i386/isa/clock.c (-1 / +1 lines)
Lines 1022-1027 Link Here
1022
	/* Initialize RTC. */
1022
	/* Initialize RTC. */
1023
	writertc(RTC_STATUSA, rtc_statusa);
1023
	writertc(RTC_STATUSA, rtc_statusa);
1024
	writertc(RTC_STATUSB, RTCSB_24HR);
1024
	writertc(RTC_STATUSB, RTCSB_24HR);
1025
	rtcin(RTC_INTR); /* clear any pending interrupt */
1025
1026
1026
	/* Don't bother enabling the statistics clock. */
1027
	/* Don't bother enabling the statistics clock. */
1027
	if (statclock_disable)
1028
	if (statclock_disable)
1028
-------------------------- CUT HERE --------------------------

Return to bug 17800