From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 12 12:31:22 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2110B16A4CE for ; Fri, 12 Mar 2004 12:31:22 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DBD043D1F for ; Fri, 12 Mar 2004 12:31:21 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id AD84F6549E; Fri, 12 Mar 2004 20:31:19 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 72345-03; Fri, 12 Mar 2004 20:31:19 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 969BE65492; Fri, 12 Mar 2004 20:31:18 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id ED22438; Fri, 12 Mar 2004 20:31:16 +0000 (GMT) Date: Fri, 12 Mar 2004 20:31:16 +0000 From: Bruce M Simpson To: "Wm. Daryl Hawkins" Message-ID: <20040312203116.GC1742@saboteur.dek.spc.org> Mail-Followup-To: "Wm. Daryl Hawkins" , Mike Tancsa , freebsd-hackers@freebsd.org References: <3D0AE03BE5EFEC4DB04D42326CA21847D0F0FB@spruce.ne.tamu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D0AE03BE5EFEC4DB04D42326CA21847D0F0FB@spruce.ne.tamu.edu> cc: freebsd-hackers@freebsd.org cc: Mike Tancsa Subject: Re: Intel i8xx watchdog driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 20:31:22 -0000 On Thu, Mar 11, 2004 at 07:07:36PM -0600, Wm. Daryl Hawkins wrote: > I would love to incorporate it in both source trees if possible. Before > it goes into current, I need to make some changes so that it will work > with Poul-Henning Kamp's new watchdog driver model. Hopefully, I'll get > to work on that some tomorrow. I'll release a new version for current > as soon as it's ready. Excellent, I was just going to suggest that. On the subject of 'bits and bobs that hang off buses', Stacy Millions wrote a driver for the FWH RNG, and Doug Ambrisko rolled some code to flash the FWH on an i845 chipset if memory serves... I am happy to look at your code once it fits better with what we currently have providing I have time. Good work BMS