lkml.org 
[lkml]   [2005]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: IPMI smbus and Intel 6300ESB Watchdog drivers
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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:10    [W:0.234 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site