Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261344AbVAaUqh (ORCPT ); Mon, 31 Jan 2005 15:46:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261357AbVAaUqh (ORCPT ); Mon, 31 Jan 2005 15:46:37 -0500 Received: from 1-1-12-13a.han.sth.bostream.se ([82.182.30.168]:49800 "EHLO palpatine.hardeman.nu") by vger.kernel.org with ESMTP id S261344AbVAaUqf (ORCPT ); Mon, 31 Jan 2005 15:46:35 -0500 Date: Mon, 31 Jan 2005 21:46:30 +0100 From: David =?iso-8859-1?Q?H=E4rdeman?= To: Peter Lundkvist Cc: linux-kernel@vger.kernel.org Subject: Re: IPMI smbus and Intel 6300ESB Watchdog drivers Message-ID: <20050131204630.GB26992@hardeman.nu> References: <20050130184401.GC3373@hardeman.nu> <20050130211309.GA9858@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20050130211309.GA9858@localhost> User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1526 Lines: 39 On Sun, Jan 30, 2005 at 10:13:09PM +0100, Peter Lundkvist wrote: >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); > > Thanks, that worked like a charm. I hope the maintainer for the bk-watchdog tree can pick up and integrate the patch so it finds its way to the kernel mainline. Regards, David - 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/