From owner-freebsd-questions Sat Jan 12 13:49: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 6B44537B400 for ; Sat, 12 Jan 2002 13:49:00 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 297795D13; Sat, 12 Jan 2002 13:49:00 -0800 (PST) To: Bernie Cc: Tim DeBoer , questions@FreeBSD.ORG Subject: Re: Enabling DMA Access In-reply-to: Your message of "Sat, 12 Jan 2002 12:30:23 +0200." <20020112122837.W13242-100000@BLAST> Date: Sat, 12 Jan 2002 13:49:00 -0800 From: "Kevin Oberman" Message-Id: <20020112214900.297795D13@ptavv.es.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Sat, 12 Jan 2002 12:30:23 +0200 (EET) > From: Bernie > > > > On Fri, 11 Jan 2002, Kevin Oberman wrote: > > > This is obsolete. The new ata driver now sets this with a sysctl. > > > > Add: > > hw.ata.atapi_dma="1" # Run the CD-ROM/DVD in DMA mode > > to /boot/loader.conf. > > > > R. Kevin Oberman, Network Engineer > > Energy Sciences Network (ESnet) > > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > > E-mail: oberman@es.net Phone: +1 510 486-8634 > > > > Can the same be done for the an IDE HD? do you know anywhere i can > find more about it? man ata seems like the logical place to look. The following tunables are setable from the loader: hw.ata.ata_dma set to 1 for DMA access, 0 for PIO (default is DMA). hw.ata.atapi_dma set to 1 for DMA access, 0 for PIO (default is PIO). hw.ata.wc set to 1 to enable Write Caching, 0 to disable (default is enabled) (WARNING might cause data loss on power failures) hw.ata.tags set to 1 to enable Tagged Queuing support, 0 to disable (default is dis- abled) (only IBM DPTA and DTLA drives support that) R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message