Enable hpet_init() in the boot loader. All it does is searching the hpet

table and mapping it if needed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33286 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2009-09-25 07:06:58 +00:00
parent d54e62b2c8
commit dd9b76727d

View File

@ -141,7 +141,7 @@ _start(void)
apm_init();
acpi_init();
smp_init();
//hpet_init(); // TODO: Not yet
hpet_init();
dump_multiboot_info();
main(&args);
}