From: Peter Lundkvist <p.lundkvist@telia.com>
To: "David Härdeman" <david@2gen.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: IPMI smbus and Intel 6300ESB Watchdog drivers
Date: Sun, 30 Jan 2005 22:13:09 +0100 [thread overview]
Message-ID: <20050130211309.GA9858@localhost> (raw)
In-Reply-To: <20050130184401.GC3373@hardeman.nu>
On Sun, Jan 30, 2005 at 07:44:01PM +0100, David Härdeman wrote:
>
> 1) On the mainboard is a 6300ESB Watchdog Timer (pci id 8086:25ab), but
> there seems to be no driver available for it. Does anyone know if there
> is any such driver in progress or if I've misunderstood the situation?
You can use the other watchdog in this chip, the TCO timer. The
driver needs a patch to work with 6300ESB.
Peter
--- linux-2.6.10/drivers/char/watchdog/i8xx_tco.c.org 2005-01-30 21:45:39.000000000 +0100
+++ linux-2.6.10/drivers/char/watchdog/i8xx_tco.c 2005-01-30 21:53:21.000000000 +0100
@@ -362,6 +362,7 @@
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_0, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801E_0, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801EB_0, PCI_ANY_ID, PCI_ANY_ID, },
+ { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_1, PCI_ANY_ID, PCI_ANY_ID, },
{ 0, }, /* End of list */
};
MODULE_DEVICE_TABLE (pci, i8xx_tco_pci_tbl);
next prev parent reply other threads:[~2005-01-30 21:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-30 18:44 IPMI smbus and Intel 6300ESB Watchdog drivers David Härdeman
2005-01-30 21:13 ` Peter Lundkvist [this message]
2005-01-31 20:46 ` David Härdeman
2005-01-30 22:26 ` Bukie Mabayoje
2005-01-31 20:52 ` David Härdeman
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=20050130211309.GA9858@localhost \
--to=p.lundkvist@telia.com \
--cc=david@2gen.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.