From owner-freebsd-current@FreeBSD.ORG Sun Sep 19 15:18:00 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 4D8B816A4CE for ; Sun, 19 Sep 2004 15:18:00 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1909343D1F for ; Sun, 19 Sep 2004 15:17:59 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i8JFHtig057467; Sun, 19 Sep 2004 17:17:56 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <414DA31E.3090506@DeepCore.dk> Date: Sun, 19 Sep 2004 17:17:50 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Nottebrock References: <200409191627.19011.michaelnottebrock@gmx.net> In-Reply-To: <200409191627.19011.michaelnottebrock@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: freebsd-current@freebsd.org Subject: Re: regression in ata/atapi wrt dma? 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: Sun, 19 Sep 2004 15:18:00 -0000 Michael Nottebrock wrote: > I just noticed that one of my burners in my homebox isn't set to dma mo= de=20 > anymore on boot (hw.ata.atapi_dma=3D"1" is set in loader.conf.local): >=20 > acd0: DVDR at ata1-master UDMA33 > acd1: CDRW at ata1-slave PIO4 >=20 > I dual-boot 4-STABLE on this box and there it is: >=20 > acd0: DVD-R at ata1-master UDMA33 > acd1: CD-RW at ata1-slave WDMA2 This is the "new worldorder" for ATAPI devices. The default is now to=20 enable DMA if the device claims to support at least UDMA33, if not its=20 left in PIO mode. This is to avoid all the (old) sucky devices that=20 claims DMA but really doesn't work. If you need any modes beyond this, please use atacontrol. -S=F8ren