From owner-cvs-all@FreeBSD.ORG  Sat Sep 18 08:29:25 2004
Return-Path: <owner-cvs-all@FreeBSD.ORG>
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 E1B8516A4CE; Sat, 18 Sep 2004 08:29:25 +0000 (GMT)
Received: from mx-out-01.forthnet.gr (mx-out.forthnet.gr [193.92.150.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 1571B43D39; Sat, 18 Sep 2004 08:29:24 +0000 (GMT)
	(envelope-from dds@aueb.gr)
Received: from mx-av-03.forthnet.gr (mx-av.forthnet.gr [193.92.150.27])
	i8I8TMbG029271;	Sat, 18 Sep 2004 11:29:22 +0300
Received: from mx-as-03.forthnet.gr (mx-as.forthnet.gr [193.92.150.226])
	i8I8TMo8011503;	Sat, 18 Sep 2004 11:29:22 +0300
Received: from forthnet.gr (athmta01.forthnet.gr [193.92.150.23])
	i8I8TI1u002692;	Sat, 18 Sep 2004 11:29:18 +0300
Received: from [192.168.136.16] (ppp12-adsl-137.ath.forthnet.gr
	[212.54.223.137])
	by forthnet.gr (8.12.11/8.12.11) with ESMTP id i8I8TIDE016024;
	Sat, 18 Sep 2004 11:29:18 +0300
Message-ID: <414BF1DF.2080000@aueb.gr>
Date: Sat, 18 Sep 2004 11:29:19 +0300
From: Diomidis Spinellis <dds@aueb.gr>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
	rv:1.7) Gecko/20040616
X-Accept-Language: en-us, en, el, de
MIME-Version: 1.0
To: Wilko Bulte <wb@freebie.xs4all.nl>
References: <200409172028.i8HKSU5c096165@repoman.freebsd.org>
	<20040917225424.GA275@freebie.xs4all.nl>
In-Reply-To: <20040917225424.GA275@freebie.xs4all.nl>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Flag: NO
cc: cvs-src@FreeBSD.ORG
cc: src-committers@FreeBSD.ORG
cc: Diomidis Spinellis <dds@FreeBSD.ORG>
cc: cvs-all@FreeBSD.ORG
Subject: Re: cvs commit: src/sys/dev/ata ata-all.h ata-disk.c
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 18 Sep 2004 08:29:26 -0000

Wilko Bulte wrote:

> On Fri, Sep 17, 2004 at 08:28:30PM +0000, Diomidis Spinellis wrote..
> 
>>dds         2004-09-17 20:28:30 UTC
>>
>>  FreeBSD src repository
>>
>>  Modified files:        (Branch: RELENG_4)
>>    sys/dev/ata          ata-all.h ata-disk.c 
>>  Log:
>>  Allow setting the suspend mode on an ATA disk via a sysctl variable.
>>  This is a direct commit to RELENG_4, because in 5.x the utility
>>  of this change has been subsumed by ATAng and ports/sysutils/ataidle.
> 
> 
> man page?

Thanks, coming up, together with a source-code fix; the situation is a 
bit more complicated from what I thought.