From owner-cvs-all Tue Mar 27 7: 1:45 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 0E05D37B719; Tue, 27 Mar 2001 07:01:39 -0800 (PST) (envelope-from gibbs@scsiguy.com) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.2/8.9.3) with ESMTP id f2RF1cs69363; Tue, 27 Mar 2001 08:01:38 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200103271501.f2RF1cs69363@aslan.scsiguy.com> To: Paul Saab Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/twe twe_freebsd.c In-Reply-To: Your message of "Mon, 26 Mar 2001 22:24:08 PST." <200103270624.f2R6O9S34453@freefall.freebsd.org> Date: Tue, 27 Mar 2001 08:01:38 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >ps 2001/03/26 22:24:08 PST > > Modified files: > sys/cam/scsi scsi_da.c > sys/dev/ata ata-disk.c > sys/dev/ida ida_disk.c > sys/dev/twe twe_freebsd.c > Log: > Change the dump routines to only abort if control-c is pressed. > If any other key is pressed, print a message stating that control-c > is how to abort. Why not replace the call to cncheckc with a more generic "dump status" callback that prints stats, checks for abort, etc. The number of block devices we support that either currently support crash dumps or should is growing, and duplicating all of the watch dog code, etc in each one seems silly. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message