* [PATCH] x86: add HPET-quirk for nVidia MCP61 LPC Bridge rev a2 (10de:03e0)
@ 2010-02-14 11:36 Frank Schaefer
0 siblings, 0 replies; only message in thread
From: Frank Schaefer @ 2010-02-14 11:36 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>
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)
{
--
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-14 11:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-14 11:36 [PATCH] x86: add HPET-quirk for nVidia MCP61 LPC Bridge rev a2 (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