All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Schaefer <fschaefer.oss@googlemail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 2/2] x86: add HPET-quirk for nVidia MCP61 LPC Bridge (10de:03e0)
Date: Sun, 21 Feb 2010 14:28:11 +0100	[thread overview]
Message-ID: <4B8134EB.2010704@googlemail.com> (raw)

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)
 {
-- 


                 reply	other threads:[~2010-02-21 13:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B8134EB.2010704@googlemail.com \
    --to=fschaefer.oss@googlemail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.