From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 05:59:37 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 9442616A4B3 for ; Fri, 24 Oct 2003 05:59:37 -0700 (PDT) Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA0A43FBF for ; Fri, 24 Oct 2003 05:59:36 -0700 (PDT) (envelope-from heartley@earthlink.net) Received: from sdn-ap-037dcwashp0372.dialsprint.net ([206.134.137.118] helo=taz.local) by gull.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1AD1XP-0004Tr-00; Fri, 24 Oct 2003 05:59:32 -0700 From: Marshall Heartley To: Sergey 'DoubleF' Zaharchenko In-Reply-To: <20031024144120.3f4946cf.doublef@tele-kom.ru> References: <1066772319.2046.24.camel@taz.local> <20031022155037.1d6ecf07.doublef@tele-kom.ru> <1066828441.3555.11.camel@taz.local> <002f01c398a3$96aa4be0$6a1fa8c0@ocfl061> <1066831021.1860.3.camel@taz.local> <20031022193514.501c6e53.doublef@tele-kom.ru> <1066922642.1860.28.camel@taz.local> <20031023222203.7ec181b7.doublef@tele-kom.ru> <1066936836.2484.2.camel@taz.local> <20031024144120.3f4946cf.doublef@tele-kom.ru> Content-Type: text/plain Message-Id: <1067000371.2412.0.camel@taz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Rubber Turnip www.usr-local-bin.org Date: Fri, 24 Oct 2003 08:59:31 -0400 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Need some insight on error messages that I am getting. 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: Fri, 24 Oct 2003 12:59:37 -0000 > > Is there a way to put the proper atacontrol command in somewhere so that > > it will slow the first hdd (ad0) down to UDMA33? > > Perhaps a script in "/usr/local/etc/rc.d"... but before it is run, ad0 > will be UDMA66. > > Wherever you put an atacontrol command, ad0 will be UDMA66 before that > (outside of modifying the kernel), which might cause some trouble. > > A solution might be to first set all drives into PIO (by adding > hw.ata.ata_dma=0 in the loader config) and `atacontrol' them in rc.d to > their speeds (both to UDMA33). This may cause the boot to be somewhat > slower. Thanks! I will look into this. I appreciate the help in this matter! Marshall