From owner-freebsd-arch@FreeBSD.ORG Tue Jul 29 13:43:47 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0312D37B401; Tue, 29 Jul 2003 13:43:47 -0700 (PDT) Received: from www.ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D5F43F3F; Tue, 29 Jul 2003 13:43:46 -0700 (PDT) (envelope-from ambrisko@www.ambrisko.com) Received: from www.ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.8p1/8.12.8) with ESMTP id h6TKhBO7078196; Tue, 29 Jul 2003 13:43:11 -0700 (PDT) (envelope-from ambrisko@www.ambrisko.com) Received: (from ambrisko@localhost) by www.ambrisko.com (8.12.8p1/8.12.8/Submit) id h6TKhBIh078195; Tue, 29 Jul 2003 13:43:11 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200307292043.h6TKhBIh078195@www.ambrisko.com> In-Reply-To: To: Julian Elischer Date: Tue, 29 Jul 2003 13:43:11 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: arch@freebsd.org cc: Sean Kelly Subject: Re: Remove "options HW_WDOG"? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 20:43:47 -0000 Julian Elischer writes: | this code WAS used in the interjet. | We had modules that linked in and just needed somewhere to hook into.. | the hardware watchdog was held off by our software, but we needed to add | code to the core-dump routines to routinely call the watchdog hold-off | or we could never get a coredump because the watchdog would always go | off before the dump was completed. | | I doubt it is used by anyone any more but It's good that you asked.. | I did notice some people were working on the watchdog support for the | chipsets that have a watchdog in them so I guess they wil have all their | own entrypoints. Most sane watchdogs let you disable them. The ones I've implemented allow this. I then added code to the panic/debugger code to disable consmute and disable the watchdog. I know the Whistle one didn't let you do this so we had to tickle it during panics etc. Doug A.