From: Frank Schaefer <fschaefer.oss@googlemail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] x86: add HPET-quirk for nVidia MCP61 LPC Bridge rev a2 (10de:03e0)
Date: Sun, 14 Feb 2010 12:36:01 +0100 [thread overview]
Message-ID: <4B77E021.3030409@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>
Cc: stable@kernel.org
diff --git a/arch/x86/kernel/quirks.c b/arch/x86/kernel/quirks.c
index 12e9fea..28ce845 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,
nvidia_force_enable_hpet);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0367,
nvidia_force_enable_hpet);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x03e0,
+ nvidia_force_enable_hpet);
void force_hpet_resume(void)
{
--
reply other threads:[~2010-02-14 11:36 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=4B77E021.3030409@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox