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:
parent
d54e62b2c8
commit
dd9b76727d
@ -141,7 +141,7 @@ _start(void)
|
||||
apm_init();
|
||||
acpi_init();
|
||||
smp_init();
|
||||
//hpet_init(); // TODO: Not yet
|
||||
hpet_init();
|
||||
dump_multiboot_info();
|
||||
main(&args);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user