index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpica
/
acpi_timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+3
*
Dynamically choose the quality of the ACPI timer depending on whether
njl
2007-07-30
1
-1
/
+3
*
Despite several examples in the kernel, the third argument of
dwmalone
2007-06-04
1
-1
/
+1
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
1
-9
/
+9
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
Fix SCM ID's.
obrien
2005-03-02
1
-2
/
+4
*
Make the bootverbose output from qualitydetermination of the ACPI timer
phk
2004-11-03
1
-5
/
+6
*
Update a quirk for the ASUS P5A to disable the timer. It appears to work fine
njl
2004-10-08
1
-1
/
+2
*
Reinsert the bus space handle and tag, they are needed for the timer test.
njl
2004-07-22
1
-0
/
+2
*
Instead of doing everything in identify, do a proper probe/attach. Also,
njl
2004-07-22
1
-23
/
+45
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Disable interrupts while testing the timer. Not doing this unnecessarily
njl
2004-04-24
1
-6
/
+7
*
Fix stepping in ddb by not checking for a maximum interval. The ACPI-safe
njl
2004-04-22
1
-31
/
+32
*
Add comments, including restoring the PIIX4 errata comment, to indicate
njl
2004-04-21
1
-45
/
+76
*
Fix several bugs where 32-bit timers and wraparound were not properly
njl
2004-04-21
1
-110
/
+26
*
Add MODULE_DEPEND entries so some of these drivers can eventually be
njl
2004-04-09
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-1
/
+1
*
Add support for quirks for acpi tables. Key off OEM vendor and revision.
njl
2004-03-03
1
-1
/
+1
*
Style and whitespace changes. Also, make the ivar functions non-inline
njl
2003-08-28
1
-72
/
+71
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-1
/
+1
*
Give timecounters a numeric quality field.
phk
2003-08-16
1
-5
/
+6
*
o Don't announce that the timer is good when in fact it isn't timing
marcel
2003-04-30
1
-22
/
+43
*
struct timecounter is defined in sys/time.h on 4-stable.
jhb
2002-10-16
1
-0
/
+4
*
Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all the
jhb
2002-10-09
1
-1
/
+1
*
Brutally deal with __func__ being 'const char *' on gcc-3.1.
peter
2002-05-19
1
-1
/
+1
*
Don't export timecounter structures under debug. with sysctl, they
phk
2002-04-30
1
-2
/
+0
*
Remove the tc_update() function. Any frequency change to the
phk
2002-04-26
1
-1
/
+0
*
Rework the kernel environment subsystem. We now convert the static
mux
2002-04-17
1
-1
/
+1
*
Hide the ACPI counter probing printf behind bootverbose.
phk
2002-03-24
1
-3
/
+4
*
Add a new test_counter() function which tries to determine the width of
phk
2002-02-25
1
-17
/
+46
*
Tests by numerous people have shown that many chipsets do not properly
dillon
2002-02-24
1
-1
/
+1
*
Match namespace cleanup changes in ACPI CA 20020217 update.
msmith
2002-02-23
1
-2
/
+2
*
Staticise devclasses and some unnecessarily global variables.
msmith
2002-01-08
1
-1
/
+1
*
The Intel 440MX ACPI timer seems to work properly, so add it to the list
msmith
2001-08-05
1
-5
/
+12
*
Reverse the logic here again with regards to "trusted" ACPI timer
msmith
2001-08-03
1
-30
/
+54
*
Minor updates (no functional changes)
msmith
2001-07-30
1
-86
/
+82
*
The ACPI timer register corruption problem is resolved in the PIIX4
msmith
2001-07-27
1
-4
/
+6
*
Implement a "proper" timecounter hung off the ACPI timer device.
msmith
2001-07-21
1
-20
/
+207
*
- Updates for new constant naming in the ACPI CA 20010518 update.
msmith
2001-05-29
1
-3
/
+3
*
ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomes
msmith
2001-01-31
1
-14
/
+3
*
- Convert a lot of homebrew debugging output to use the ACPI CA debugging
msmith
2000-12-08
1
-5
/
+20
*
Update to work with the new ACPI CA snapshot.
msmith
2000-12-01
1
-13
/
+13
*
Initial FreeBSD OSPM (operating system power management) modules for
msmith
2000-10-28
1
-0
/
+117