Commit 4c2a997c34c0aa952ba9c247b0c2043526054919
Committed by
Thomas Gleixner
1 parent
1c776bf87c
Exists in
master
and in
7 other branches
x86: add PCI ID for 6300ESB force hpet
00:1f.0 ISA bridge: Intel Corporation 6300ESB LPC Interface Controller (rev 02) 00:1f.0 Class 0601: 8086:25a1 (rev 02) kernel: pci 0000:00:1f.0: Force enabled HPET at 0xfed00000 kernel: hpet clockevent registered kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 kernel: hpet0: 3 64-bit timers, 14318180 Hz Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
arch/x86/kernel/quirks.c
... | ... | @@ -257,6 +257,8 @@ |
257 | 257 | old_ich_force_enable_hpet(dev); |
258 | 258 | } |
259 | 259 | |
260 | +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_1, | |
261 | + old_ich_force_enable_hpet_user); | |
260 | 262 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CA_0, |
261 | 263 | old_ich_force_enable_hpet_user); |
262 | 264 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CA_12, |