cvs commit: src/sys/kern kern_clock.c kern_intr.c kern_random.c kern_systimer.c kern_time.c src/sys/sys systimer.h src/sys/dev/misc/pps pps.c src/sys/dev/serial/sio sio.c src/sys/i386/isa clock.c

Matthew Dillon dillon at apollo.backplane.com
Wed Jun 1 12:01:43 PDT 2005


:
:One day I will understand this...
:
:-- 
:		- Liam J. Foy
:		liamfoy at xxxxxxxxxxxxx

    I'll sum it up:  I'm fixing the kernel so it doesn't have to use the
    8254 timer 1 or timer 2, which has caused all sorts of havoc with VESA
    and other things.  If the system supports a 32 bit hardware ACPI timer,
    we're gonna start using that instead.  Eventually we'll possibly even
    use the LAPIC timer for the same purpose, which is even more reliable
    then the ACPI timer.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Commits mailing list