From owner-freebsd-current@FreeBSD.ORG Fri Feb 22 04:28:48 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E84C16A406 for ; Fri, 22 Feb 2008 04:28:48 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1001913C458 for ; Fri, 22 Feb 2008 04:28:47 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m1M3vtpO056834; Thu, 21 Feb 2008 22:57:55 -0500 (EST) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id m1M3vt1u025891 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 21 Feb 2008 22:57:55 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <200802220357.m1M3vt1u025891@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Thu, 21 Feb 2008 22:57:58 -0500 To: David Duchscher , current@freebsd.org From: Mike Tancsa In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Winbond IO chip driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 04:28:48 -0000 At 10:21 PM 2/21/2008, David Duchscher wrote: >I have started work on a WinBond chip driver (currently only the >W83627HF chip) to provide access to the chips watchdog timer and Hi, We have a similar one at http://www.tancsa.com/watchdog/ its for the W83697UF/UG Not sure how different your chip is. I used the old ichwd driver as a template ---Mike