DragonFly-2.3.0.865.ga9e51 master sys/dev/acpica5 acpi.c sys/platform/pc32/apic mpapic.c sys/platform/pc64/apic mpapic.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sat May 2 06:58:23 PDT 2009
commit a9e511dfa65ff6278e563186856c43d5eb12f438
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Sat May 2 21:35:59 2009 +0800
lapic timer: Correct AMD C1E handling
It turns out that AMD C1E only happens after ACPI-CA module is
running, so we will have to broadcast IPI at the end of the ACPI-CA
attach to clear the C1E related bits and kick start the possible
stalled lapic timer.
Tested-with: TL-58
Summary of changes:
sys/dev/acpica5/acpi.c | 12 ++++++
sys/platform/pc32/apic/mpapic.c | 81 ++++++++++++++++++++++++++++-----------
sys/platform/pc64/apic/mpapic.c | 7 +++
3 files changed, 77 insertions(+), 23 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a9e511dfa65ff6278e563186856c43d5eb12f438
--
DragonFly BSD source repository
More information about the Commits
mailing list