From owner-freebsd-stable@FreeBSD.ORG Sun May 22 18:09:23 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B0416A41C for ; Sun, 22 May 2005 18:09:23 +0000 (GMT) (envelope-from hk@alogis.com) Received: from alogis.com (firewall2.alogis.com [62.8.223.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3F443D1D for ; Sun, 22 May 2005 18:09:21 +0000 (GMT) (envelope-from hk@alogis.com) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.1/8.13.1) with ESMTP id j4MI9DVq075721; Sun, 22 May 2005 20:09:13 +0200 (CEST) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.1/8.13.1/Submit) id j4MI9DOK075720; Sun, 22 May 2005 20:09:13 +0200 (CEST) (envelope-from hk) Date: Sun, 22 May 2005 20:09:13 +0200 From: Holger Kipp To: Janet Sullivan Message-ID: <20050522180913.GA75530@intserv.int1.b.intern> References: <4290A576.4010900@bgp4.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4290A576.4010900@bgp4.net> User-Agent: Mutt/1.4.2.1i Cc: stable@freebsd.org Subject: Re: hw.ata.atapi_dma in 5.4-RELEASE-p1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 18:09:23 -0000 On Sun, May 22, 2005 at 08:29:58AM -0700, Janet Sullivan wrote: > I am unable to get my DVD or CD drives out of PIO4 mode on two machines. > One has an ICH3 controller, the other is Nforce2 based. > > When I put hw.ata.atapi_dma="1" in /boot/loader.conf and reboot, I'm > still stuck in PIO4. What am I doing wrong? Have you tried something like atacontrol mode 1 UDMA6 UDMA6 to change the mode to the highest values possible? I have katrin# atacontrol info 1 Master: acd0 ATA/ATAPI revision 5 Slave: acd1 ATA/ATAPI revision 0 katrin# atacontrol info 0 Master: ad0 ATA/ATAPI revision 7 Slave: ad1 ATA/ATAPI revision 7 with katrin# atacontrol mode 1 Master = UDMA33 Slave = PIO4 after boot and end up with katrin# atacontrol mode 1 UDMA6 UDMA6 Master = UDMA33 Slave = WDMA2 Usually I only use acd0, so I didn't care (real life runs at a higher priority right now). Regards, Holger