cvs commit: src/sys/i386/isa clock.c
John Baldwin
jhb at FreeBSD.org
Thu Mar 24 13:34:16 PST 2005
jhb 2005-03-24 21:34:16 UTC
FreeBSD src repository
Modified files:
sys/i386/isa clock.c
Log:
- Don't enable periodic interrupts from the RTC by default in rtc_statusb.
Instead, explicitly enable them when we setup the interrupt handler.
Also, move the setting of stathz and profhz down to the same place so
that the code flow is simpler and easier to follow.
- Don't setup an interrupt handler for IRQ0 if we are using the lapic timer
as it doesn't do anything productive in that case.
Revision Changes Path
1.218 +26 -22 src/sys/i386/isa/clock.c
More information about the cvs-src
mailing list