From owner-cvs-src@FreeBSD.ORG Mon Aug 25 09:27:50 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 2287E16A4BF for ; Mon, 25 Aug 2003 09:27:50 -0700 (PDT) Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD02F43FCB for ; Mon, 25 Aug 2003 09:27:48 -0700 (PDT) (envelope-from tmseck-usenet@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-195-14-204-12.netcologne.de [195.14.204.12]) by smtp2.netcologne.de (Postfix) with SMTP id 41FDC39F2F for ; Mon, 25 Aug 2003 18:27:47 +0200 (MEST) Received: (qmail 591 invoked by uid 1001); 25 Aug 2003 16:28:06 -0000 Date: 25 Aug 2003 16:28:06 -0000 Message-ID: <20030825162806.590.qmail@laurel.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas Seck) To: =?ISO-8859-1?Q?S=F8ren?= Schmidt , cvs-src@freebsd.org Organization: private site In-Reply-To: <200308250759.h7P7xoqx035753@repoman.freebsd.org> X-Newsgroups: gmane.os.freebsd.devel.cvs X-Attribution: tms MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: 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 16:27:50 -0000 * S=F8ren Schmidt (sos@freebsd.org): > Log: > Only call FLUSH_CACHE on devices that say they can. >=20=20 > 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... Just a thought: Do you think a sysctl/tunable to force cache flushing regardless of whether the device claims it can do so would be useful? --Thomas