From owner-freebsd-questions@FreeBSD.ORG Tue Oct 14 21:20:55 2003 Return-Path: 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 5242316A4BF for ; Tue, 14 Oct 2003 21:20:55 -0700 (PDT) Received: from out007.verizon.net (out007pub.verizon.net [206.46.170.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 990B643F3F for ; Tue, 14 Oct 2003 21:20:53 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out007.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20031015042053.DRRZ23690.out007.verizon.net@duron.pcmedx.com>; Tue, 14 Oct 2003 23:20:53 -0500 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id E1249AB5E; Tue, 14 Oct 2003 21:20:51 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 387A3A93A; Tue, 14 Oct 2003 21:20:51 -0700 (PDT) Message-ID: <001301c392d3$bb975e00$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <3F8CC8BD.50702@rbcmail.ru> Date: Tue, 14 Oct 2003 21:20:57 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out007.verizon.net from [4.46.22.189] at Tue, 14 Oct 2003 23:20:52 -0500 cc: Constantine Subject: Re: atacontrol(8) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 04:20:55 -0000 > Second, where do I have to indicate that my DVD-ROM supports UDMA66? I > assume that after saying "atacontrol mode 1 udma66 udma66", the settings > are going to be vanished the next reboot. Add the following to /boot/loader.conf: hw.ata.atapi_dma="1" Reboot. Check dmesg. > Third, why it does not want to set the DVD-ROM to UDMA66 (the device > supports it, as well as my 80-pin cable, and motherboard): See above and try that first.