public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] x86: add HPET-quirk for nVidia MCP61 LPC Bridge (10de:03e0)
@ 2010-02-21 13:28 Frank Schaefer
  0 siblings, 0 replies; only message in thread
From: Frank Schaefer @ 2010-02-21 13:28 UTC (permalink / raw)
  To: linux-kernel

Tested with an ASUS M2N-VM DH, which has no BIOS-switch to enable the HPET.

Signed-off-by: Frank Schaefer <fschaefer.oss@googlemail.com>

diff --git a/arch/x86/kernel/quirks.c b/arch/x86/kernel/quirks.c
index 3e914e9..7985ba5 100644
--- a/arch/x86/kernel/quirks.c
+++ b/arch/x86/kernel/quirks.c
@@ -468,6 +468,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA,
0x0366,    /* MCP55 */
             nvidia_force_enable_hpet);
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0367,    /* MCP55 */
             nvidia_force_enable_hpet);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x03e0,    /* MCP61 */
+            nvidia_force_enable_hpet);
 
 void force_hpet_resume(void)
 {
-- 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-21 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-21 13:28 [PATCH 2/2] x86: add HPET-quirk for nVidia MCP61 LPC Bridge (10de:03e0) Frank Schaefer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox