From owner-cvs-all@FreeBSD.ORG Fri May 2 09:04:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1528B37B405 for ; Fri, 2 May 2003 09:04:08 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8F5BF43FE3 for ; Fri, 2 May 2003 09:04:04 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 94595 invoked by uid 1000); 2 May 2003 16:04:04 -0000 Date: Fri, 2 May 2003 09:04:04 -0700 (PDT) From: Nate Lawson To: =?X-UNKNOWN?Q?S=F8ren_Schmidt?= In-Reply-To: <20030502134751.EA43237B408@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: 8BIT cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-disk.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 16:04:08 -0000 On Fri, 2 May 2003, Søren Schmidt wrote: > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.c ata-disk.c ata-disk.h > Log: > Add flushing of devices on shutdown. > Note: this might print failure messages on some systems, unfortunatly > the info from the device, stating if flushing is supported, cannot be trusted > so the operation is always issued on all devices, just in case... > > Revision Changes Path > 1.179 +38 -4 src/sys/dev/ata/ata-all.c > 1.154 +1 -21 src/sys/dev/ata/ata-disk.c > 1.46 +1 -1 src/sys/dev/ata/ata-disk.h This is good. Does it fix any known problems with incomplete shutdown? I thought I'd heard reports of data corruption, possibly with shutdown -p. -Nate