Searched hist:ea40a61a843fb9d80acb1c8fba1979cfe24c1200 (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/private/kernel/arch/x86/ |
H A D | arch_hpet.h | ea40a61a843fb9d80acb1c8fba1979cfe24c1200 Tue Sep 29 08:36:36 UTC 2009 Stefano Ceccherini <stefano.ceccherini@gmail.com> Some big changes, still not working on my laptop, since hpet interrupts aren't routed correctly over the 8259, it seems. - Removed passing the hpet_regs around, since there's a static variable. - Added lots of debug dprintfs. - Fixed setting the timer interrupt to edge - Timer is initialized once. - Use the timer 0 instead of 2. - Renamed register definitions to be more readable - Use 64 bits registers and unions where applicable. - Other things I don't remember
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33345 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/arch/x86/timers/ |
H A D | x86_hpet.cpp | ea40a61a843fb9d80acb1c8fba1979cfe24c1200 Tue Sep 29 08:36:36 UTC 2009 Stefano Ceccherini <stefano.ceccherini@gmail.com> Some big changes, still not working on my laptop, since hpet interrupts aren't routed correctly over the 8259, it seems. - Removed passing the hpet_regs around, since there's a static variable. - Added lots of debug dprintfs. - Fixed setting the timer interrupt to edge - Timer is initialized once. - Use the timer 0 instead of 2. - Renamed register definitions to be more readable - Use 64 bits registers and unions where applicable. - Other things I don't remember
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33345 a95241bf-73f2-0310-859d-f6bbb57e9c96
|