]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: Force enable HPET for CK804 (nForce 4) chipsets
authorCarlos Corbacho <cathectic@gmail.com>
Fri, 19 Oct 2007 17:51:27 +0000 (18:51 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 23 Oct 2007 20:37:25 +0000 (22:37 +0200)
commitd79a5f80dc1153d3f637dfcf3808066414fbb51a
treea9278d7d4c922483bdfb5ed29a2225a34bda2604
parentfa76dab935b856871024530ec818bc0a8f88a016
x86: Force enable HPET for CK804 (nForce 4) chipsets

This patch adds a quirk from LinuxBIOS to force enable HPET on
the nVidia CK804 (nForce 4) chipset.

This quirk can very likely support more than just nForce 4
(LinuxBIOS use the same code for nForce 5), and possibly nForce 3,
but I don't have those chipsets, so cannot add and test them.

Tested on an Abit KN9 (CK804).

Signed-off-by: Carlos Corbacho <cathectic@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
 Documentation/kernel-parameters.txt |    3 +-
 arch/x86/kernel/quirks.c            |   37 +++++++++++++++++++++++++++++++++++-
 2 files changed, 38 insertions(+), 2 deletions(-)
Documentation/kernel-parameters.txt
arch/x86/kernel/quirks.c