From owner-cvs-all@FreeBSD.ORG Fri May 2 06:47:45 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 83FAC37B401; Fri, 2 May 2003 06:47:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E7B943F85; Fri, 2 May 2003 06:47:45 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h42Dli0U084302; Fri, 2 May 2003 06:47:44 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h42DliGb084301; Fri, 2 May 2003 06:47:44 -0700 (PDT) Message-Id: <200305021347.h42DliGb084301@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 2 May 2003 06:47:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 13:47:46 -0000 sos 2003/05/02 06:47:44 PDT 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