From owner-freebsd-stable Mon Dec 18 15:49:43 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 18 15:49:41 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id B3EC037B400 for ; Mon, 18 Dec 2000 15:49:41 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id eBINndR15975; Mon, 18 Dec 2000 15:49:39 -0800 Date: Mon, 18 Dec 2000 15:49:39 -0800 From: Brooks Davis To: "David W. Chapman Jr." Cc: stable Subject: Re: DMA33 ATAPI CDROM and 4.2-STABLE Message-ID: <20001218154939.A15680@Odin.AC.HMC.Edu> References: <015d01c0694b$c34952c0$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <015d01c0694b$c34952c0$931576d8@inethouston.net>; from dwcjr@inethouston.net on Mon, Dec 18, 2000 at 05:39:28PM -0600 Sender: brdavis@odin.ac.hmc.edu Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [This belongs on -questions.] On Mon, Dec 18, 2000 at 05:39:28PM -0600, David W. Chapman Jr. wrote: > I'm running 4.2-stable > > FreeBSD leviathan.inethouston.com 4.2-STABLE FreeBSD 4.2-STABLE #1: Mon Dec > 18 10:09:41 CST 2000 poseiden@leviathan.in > ethouston.com:/usr/src/sys/compile/LEVIATHAN i386 > > and I get this in my dmesg > > acd0: CDROM at ata3-master using PIO4 > > the promise ultra/66 bios tells me that it does dma/33 and so does the box > that I bought it on. It is slaved off of my dma/66 harddrive with freebsd > detects as 66 and I'm using the correct cable, any suggestions? Here's my > full dmesg...atapci0 is my onboard ide controller for my abit tx5, not sure > why it gives me the error it does on that controller, but it doesn't matter > as I use the promise ultra/66 controller. I don't think I'd notice the > performance increase much, but if this is a bug, I wouldn't mind getting it > fixed if anyone has some free time to help me. DMA is disabled by default for ATAPI devices like CD-ROM drives because many report that the support it but just crash your system if you actually try to use it. If you really want that virtualy useless speedup you can enable the option ATA_ENABLE_ATAPI_DMA in your kernel config. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message