From owner-freebsd-questions@FreeBSD.ORG Tue Aug 2 17:10:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A377416A420 for ; Tue, 2 Aug 2005 17:10:54 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B3843D45 for ; Tue, 2 Aug 2005 17:10:53 +0000 (GMT) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id j72HAqws081159; Tue, 2 Aug 2005 19:10:52 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.3/8.13.3) with ESMTP id j72HAq99001765; Tue, 2 Aug 2005 19:10:52 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.3/8.13.3/Submit) id j72HAhP3001764; Tue, 2 Aug 2005 19:10:43 +0200 (CEST) (envelope-from marc) Date: Tue, 2 Aug 2005 19:10:43 +0200 From: Marc Fonvieille To: Dick Hoogendijk Message-ID: <20050802171043.GH595@gothic.blackend.org> References: <20050801170353.P10855@fw.skeleton.org> <42EECAFC.3000800@mac.com> <20050802112250.G551@fw.skeleton.org> <20050802153115.GE595@gothic.blackend.org> <20050802162506.GA800@lothlorien.nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050802162506.GA800@lothlorien.nagual.st> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i Cc: freebsd-questions Subject: Re: DVD burning.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 17:10:54 -0000 On Tue, Aug 02, 2005 at 06:25:06PM +0200, Dick Hoogendijk wrote: > On 02 Aug Marc Fonvieille wrote: > > On Tue, Aug 02, 2005 at 11:24:59AM -0400, Jeff Mitchell wrote: > > > On Mon, 1 Aug 2005, Chuck Swiger wrote: > > > > > > # Is "sysctl hw.ata.atapi_dma" set to 1? It looks like your system > > > isn't # able > > > > > > Aha, that seems to be it; I had slapped that into my rc.local > > > with some other sysctl's (before I found out about > > > /etc/sysctl.conf), and that one is read-only by that stage of > > > loading. Had to be in /boot/loader.conf to 'take'. > > > > > [...] > > > > This and many other things are documented in the Handbook. > > True. The handbook states hw.ata.atapi_dma="1" should be in > /boot/loader.conf, however, what about hw.ata.ata_dma? It is set to "1" > on my fbsd-4.11-stable box but I can not find where is is set. > man ata it's set to 1 by default. Marc