From owner-freebsd-questions@FreeBSD.ORG Mon Aug 15 22:46:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4D9D416A41F for ; Mon, 15 Aug 2005 22:46:10 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B9843D5F for ; Mon, 15 Aug 2005 22:46:07 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ylpvm01.prodigy.net (ylpvm01-int.prodigy.net [207.115.5.207]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j7FMk6ck029598 for ; Mon, 15 Aug 2005 18:46:06 -0400 X-ORBL: [66.139.109.212] Received: from [192.168.1.45] (ppp-66-139-109-212.dsl.stlsmo.swbell.net [66.139.109.212]) by ylpvm01.prodigy.net (8.13.4 dk-milter linux/8.13.4) with ESMTP id j7FMk1rA008498 for ; Mon, 15 Aug 2005 18:46:02 -0400 Message-ID: <430128F1.9@mkproductions.org> Date: Mon, 15 Aug 2005 18:44:49 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050620) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to Force UDMA100 Mode on Boot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 22:46:10 -0000 Hi everyone. I've had a thread going here on the lists about DMA problems in 133 mode. In a nutshell, some drives give DMA_WRITE and DMA_READ errors when in 133 mode with certain configurations, however don't have any problems in 100 or 66 mode. After looking in to many solutions I think I'm just going to run it at 100, since from my research the benefit isn't that noticeable. I know about atacontrol to set it manually, but I'd like to set UDMA100 mode automatically on boot since I have 5 hard drives. I also know the sysctl hw.ata.ata_dma, but that doesn't say anything about using 100 vs 133. Thanks in advance. -Mark