From owner-freebsd-current@FreeBSD.ORG Thu Dec 8 13:47:51 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21FB4106564A for ; Thu, 8 Dec 2011 13:47:51 +0000 (UTC) (envelope-from fabien.thomas@netasq.com) Received: from work.netasq.com (mars.netasq.com [91.212.116.3]) by mx1.freebsd.org (Postfix) with ESMTP id B44738FC0A for ; Thu, 8 Dec 2011 13:47:50 +0000 (UTC) Received: from [10.2.1.1] (unknown [10.2.1.1]) by work.netasq.com (Postfix) with ESMTPSA id EE07D740064 for ; Thu, 8 Dec 2011 14:46:57 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) From: Fabien Thomas In-Reply-To: <7816AB07-1FCC-451C-9194-9E7DFFFAC563@netasq.com> Date: Thu, 8 Dec 2011 14:47:49 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <89F05833-18D7-4DCB-BDD1-1D8FA4C01D54@netasq.com> References: <7816AB07-1FCC-451C-9194-9E7DFFFAC563@netasq.com> To: freebsd-current@freebsd.org X-Mailer: Apple Mail (2.1084) Subject: Re: [RFC] VIA south bridge watchdog support 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: Thu, 08 Dec 2011 13:47:51 -0000 > Hi, >=20 > If someone want to look at I've added support for VIA south bridge = watchdog. > It has been tested on VX900 but should works with VX800, VX855, CX700. >=20 > http://people.freebsd.org/~fabient/patch-watchdog-via-rev1 >=20 Posted rev2 : http://people.freebsd.org/~fabient/patch-watchdog-via-rev2 - add / test VT8251 - man page update - reset FIRED bit when detected Maybe other south bridge supported but feedback is needed. Fabien=