From owner-freebsd-questions@FreeBSD.ORG Tue Jan 4 04:57:08 2005 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 D488F16A4CE for ; Tue, 4 Jan 2005 04:57:08 +0000 (GMT) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD1543D46 for ; Tue, 4 Jan 2005 04:57:08 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j044v5Kj029499 for ; Mon, 3 Jan 2005 23:57:05 -0500 (EST) Date: Tue, 04 Jan 2005 05:02:29 +0000 From: jason henson To: freebsd-questions@freebsd.org References: <2219221939.20050103202802@hexren.net> In-Reply-To: <2219221939.20050103202802@hexren.net> (from me@hexren.net on Mon Jan 3 14:28:02 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1104814949l.93103l.0l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: atacontrol during boot ? 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: Tue, 04 Jan 2005 04:57:08 -0000 On 01/03/05 14:28:02, Hexren wrote: > I need to change the mode of ata channel 1 to UDMA33. When the system > is up I use "atacontrol mode 1 UDMA33 UDMA33" for that. How can I do > this during boot, before mounting HDDs (The reason for all this is, > that one of my HDDs only likes UDMA33)? >=20 > Thanks > Hexren >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-=20 > unsubscribe@freebsd.org" >=20 >=20 >=20 > hw.ata.atapi_dma=3D"1" in /boot/loader.conf activates udma, but I don't =20 know about setting a certain speed.