|
NAMEattimer —
i8254 Programmable Interval Timer (AT Timer) driver
SYNOPSISThis driver is a mandatory part of x86 kernels.The following tunables are settable from the loader(8):
DESCRIPTIONThis driver uses i8254 Programmable Interval Timer (AT Timer) hardware to supply the kernel with one timecounter and one event timer, and to generate sound tones for the system speaker. This hardware includes three channels. Each channel includes a 16 bit counter which decreases with a known, platform-dependent frequency. Counters can operate in several different modes, including periodic and one-shot. The output of each channel has platform-defined wiring: one channel is wired to the interrupt controller and may be used as event timer, one channel is wired to the speaker and used to generate sound tones, and one timer is reserved for platform purposes.The The event timer provided by the driver is irrelevant to CPU power states. SEE ALSOapic(4), atrtc(4), eventtimers(4), hpet(4), timecounters(4)
Visit the GSP FreeBSD Man Page Interface. |