From owner-cvs-all@FreeBSD.ORG Thu Mar 3 15:55:24 2005 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 5E7C016A4CE; Thu, 3 Mar 2005 15:55:24 +0000 (GMT) Received: from mx1.originative.co.uk (freebsd.gotadsl.co.uk [81.6.249.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA5143D41; Thu, 3 Mar 2005 15:55:23 +0000 (GMT) (envelope-from paul@mx1.originative.co.uk) Received: from localhost (unknown [127.0.0.1]) by mx1.originative.co.uk (Postfix) with ESMTP id 15ACB15569; Thu, 3 Mar 2005 15:54:53 +0000 (GMT) Received: from mx1.originative.co.uk ([127.0.0.1])port 10024) with ESMTP id 53872-06; Thu, 3 Mar 2005 15:54:41 +0000 (GMT) Received: by mx1.originative.co.uk (Postfix, from userid 1000) id 89A5C15586; Thu, 3 Mar 2005 15:54:40 +0000 (GMT) Date: Thu, 3 Mar 2005 15:54:39 +0000 From: Paul Richards To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050303155439.GB74241@myrddin.originative.co.uk> References: <200502271423.j1REN4ZK099457@repoman.freebsd.org> <20050303120106.GA74241@myrddin.originative.co.uk> <20050303152924.GA2971@straylight.m.ringlet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050303152924.GA2971@straylight.m.ringlet.net> User-Agent: Mutt/1.5.8i X-Virus-Scanned: by amavisd-new at originative.co.uk Subject: Re: cvs commit: src/share/man/man4 ata.4 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: Thu, 03 Mar 2005 15:55:24 -0000 On Thu, Mar 03, 2005 at 05:29:24PM +0200, Peter Pentchev wrote: > On Thu, Mar 03, 2005 at 12:01:06PM +0000, Paul Richards wrote: > > On Sun, Feb 27, 2005 at 02:23:04PM +0000, Peter Pentchev wrote: > > > roam 2005-02-27 14:23:04 UTC > > > > > > FreeBSD src repository (doc,ports committer) > > > > > > Modified files: (Branch: RELENG_5) > > > share/man/man4 ata.4 > > > Log: > > > MFC rev. 1.47 and 1.48: the default for hw.ata.atapi_dma is now DMA, > > > not PIO. > > > > Is this wise? My box won't boot with DMA switched on. > > Mmm... Is *what* wise? :) This commit only documents the kernel's behavior, > which has been the case ever since rev. 1.217 of src/sys/dev/ata/ata_all.c > from August 1 2004. You'll have to talk to Soeren about the wisdom of > enabling ATA and ATAPI DMA by default - and then, this only happens if the > devices actually support it, as described in the documentation. Hah, those documents are dangerous :-) I've always had dma switched off in my loader.conf from the days when that was recommended. I've tried switching dma on recently (about a month ago) and it caused the boot to hang when probing for ATAPI devices. -- Paul Richards