From owner-cvs-src@FreeBSD.ORG Mon Aug 25 00:59:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1872F16A4BF; Mon, 25 Aug 2003 00:59:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A837A43FE1; Mon, 25 Aug 2003 00:59:50 -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 h7P7xo0U035754; Mon, 25 Aug 2003 00:59:50 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7P7xoqx035753; Mon, 25 Aug 2003 00:59:50 -0700 (PDT) Message-Id: <200308250759.h7P7xoqx035753@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 25 Aug 2003 00:59:50 -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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 07:59:51 -0000 sos 2003/08/25 00:59:50 PDT FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Only call FLUSH_CACHE on devices that say they can. This will get rid of the warnings issued at shutdown (that seems to worry alot of users), but will also no flush cache on lots of devices that can, but doesn't set the right support bits... Revision Changes Path 1.185 +8 -4 src/sys/dev/ata/ata-all.c