From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ybbsmtp14.mail.mci.yahoo.co.jp (ybbsmtp14.mail.mci.yahoo.co.jp [210.80.241.188]) by ozlabs.org (Postfix) with SMTP id 9013667A6B for ; Wed, 9 Mar 2005 04:08:42 +1100 (EST) Message-ID: <422DDC16.5010008@ybb.ne.jp> Date: Wed, 09 Mar 2005 02:08:38 +0900 From: Takeharu KATO MIME-Version: 1.0 To: Kumar Gala References: <42282C7F.4010407@jp.fujitsu.com> <5e548efff8924e163b562381a93ffe35@freescale.com> In-Reply-To: <5e548efff8924e163b562381a93ffe35@freescale.com> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: ppcembed Subject: Re: [PATCH] WDT Driver for Book-E [1/2] Architecture specific part. List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Kumar: Kumar Gala wrote: > Out of interest how did you test this? If I find some time I will test > it on an e500 system, just havent given much thought on how to test the > watchdog though. > > - kumar > I tested the WDT driver with folowing test programs: 1) API test program which tests ioctl commands. 2) Test program which tests the behavior of the driver when system hung up due to making interrupt disabled(MSR[EE]=0 case). This test program is made as a kernel module. Shall I send these programs off-list? Regards, -- Takeharu KATO