Added dumping the timer configuration, and the possibility to use any of

the hpet timer, not just the first 3.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33285 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2009-09-25 05:08:22 +00:00
parent c82b73bd02
commit d54e62b2c8
2 changed files with 38 additions and 16 deletions
+1 -3
View File
@@ -76,9 +76,7 @@ struct hpet_regs {
volatile uint64 reserved4;
volatile struct hpet_timer timer0;
volatile struct hpet_timer timer1;
volatile struct hpet_timer timer2;
volatile struct hpet_timer timer[1];
};