From owner-freebsd-current@FreeBSD.ORG Fri Dec 3 17:35:21 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E095216A4CE for ; Fri, 3 Dec 2004 17:35:21 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EBF943D53 for ; Fri, 3 Dec 2004 17:35:20 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend3.messagingengine.com (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 75321C3E7CE for ; Fri, 3 Dec 2004 12:35:19 -0500 (EST) X-Sasl-enc: mG9HjlFHDIDzxIL8RXLuRg 1102095319 Received: from fastmail.fm (unknown [207.160.232.85]) by frontend3.messagingengine.com (Postfix) with ESMTP id 676B7247F3 for ; Fri, 3 Dec 2004 12:35:19 -0500 (EST) Message-ID: <41B0A3AF.50701@fastmail.fm> Date: Fri, 03 Dec 2004 11:34:39 -0600 From: Patrick Bowen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Setting DMA for DVD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:35:22 -0000 Hi all: I'm running 6.0 (rebuilt last night) on a dell C600 laptop. I've been trying to set DMA on for my DVD in loader.conf with the following, per the handbook; hw.ata.atapi_dma="1" Unfortunately when I reboot, the drive is back to PIO4. I can set it maually with; atacontrol mode 1 wdma2 biospio but, of course it reverts on reboot. How do I make this persistent across reboots. Thanks in advance... Patrick