Nate Lawson
70fa7bc0ac
Convert magic to a uintptr_t. This should get rid of some warnings on
...
gcc4.
2007-06-15 18:02:34 +00:00
Nate Lawson
f1d16a11cb
Fix a logic bug added in last commit where PNP0103 devices would no longer
...
be probed but table-based devs would be ok. General style cleanup also.
MFC after: 5 days
2007-05-16 01:15:51 +00:00
Takanori Watanabe
fffe371da3
Add ACPI HPET table support.
...
Reviewed by:njl
2007-05-15 08:41:05 +00:00
Nate Lawson
5394d87e21
Re-enable the HPET timer after a resume.
...
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
MFC after: 3 days
2007-03-28 22:28:48 +00:00
Dag-Erling Smørgrav
819b32eea5
Raise the quality of the HPET timer to 2000 so it will be the preferred
...
choice on systems which support it.
No objection by: phk
2006-08-11 17:12:16 +00:00
Nate Lawson
c73930f3d6
Clean up many of the debugging messages and move them under bootverbose.
...
Move the code for printing timer statistics into a test function instead of
an ifdef (accessible via the debug.acpi.hpet_test tunable). Also use defines
for register offsets instead of magic values.
Courtesy of: slow flight to HK
2006-06-04 08:04:19 +00:00
Scott Long
6a4810bd6d
Move HPET debugging under ACPI_TIMER in order to save a bitfield.
2005-11-01 20:41:43 +00:00
Scott Long
5be4c55fea
Add proper debugging infrastructure for acpi_hpet.c.
2005-11-01 15:57:15 +00:00
Poul-Henning Kamp
4fa7241fd4
Add a basic HPET timecounter.
...
It has -200 quality for now so it will not get automatically selected.
2005-10-31 21:39:50 +00:00