public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joe Buehler <aspam@cox.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH]  Add PCI ID for 6300ESB force hpet
Date: Mon, 09 Jun 2008 08:55:20 -0400	[thread overview]
Message-ID: <g2j97o$es2$1@ger.gmane.org> (raw)
In-Reply-To: <4845f281.8dQsWzXdrYDR2glC%ole@ans.pl>

Tested on Supermicro X6DVA-EG2.

# lspci
00:1f.0 ISA bridge: Intel Corporation 6300ESB LPC Interface Controller (rev 02)
# lspci -n
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

--- linux-2.6.25.3/arch/x86/kernel/quirks.c.~1~	2008-05-10 00:48:50.000000000 -0400
+++ linux-2.6.25.3/arch/x86/kernel/quirks.c	2008-06-04 14:54:55.000000000 -0400
@@ -255,6 +255,8 @@
  		old_ich_force_enable_hpet(dev);
  }

+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_1,
+			 old_ich_force_enable_hpet_user);
  DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CA_0,
  			 old_ich_force_enable_hpet_user);
  DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CA_12,

-- 
Joe Buehler


  reply	other threads:[~2008-06-09 13:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-04  1:40 [PATCH] Add another PCI ID for ICH6 force hpet Krzysztof Oledzki
2008-06-09 12:55 ` Joe Buehler [this message]
2008-06-20 16:18   ` [PATCH] Add PCI ID for 6300ESB " Ingo Molnar

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='g2j97o$es2$1@ger.gmane.org' \
    --to=aspam@cox.net \
    --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