From owner-freebsd-current@FreeBSD.ORG Sat Jul 10 10:05:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DEDA16A4CE; Sat, 10 Jul 2004 10:05:48 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B553443D1D; Sat, 10 Jul 2004 10:05:47 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk ([192.168.0.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i6AA5d5Z093090; Sat, 10 Jul 2004 12:05:44 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <40EFBF73.9080904@DeepCore.dk> Date: Sat, 10 Jul 2004 12:05:39 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.5 (X11/20040329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Divacky Roman References: <20040709152608.GA13255@stud.fit.vutbr.cz> <20040709213224.1088c404@it.buh.cameradicommercio.ro> <20040710100208.GA56101@stud.fit.vutbr.cz> In-Reply-To: <20040710100208.GA56101@stud.fit.vutbr.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: Ion-Mihai Tetcu cc: current@FreeBSD.ORG cc: sos@FreeBSD.ORG Subject: Re: via 8237 and above-udma33 problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2004 10:05:48 -0000 Divacky Roman wrote: >>>2) if not - how may I tell fbsd to initialize this drive (resp. the >>>channel the drive is attached to) to udma33 instead of the default mode. >>>I want to boot from that drive so I cannot use atacontrol or whatever >>>since it would have hanged before I'd enter user-space system >>>initialization >> >>Put hw.ata.ata_dma=0 >>/boot/loader.conf > > > I WANT dma! just not udma100 but udma33... so this is not what I want > I think there should be some > device.hints:dev.ata.adX.mode=blah You can just specify no dma in loader.conf and then use atacontrol to set the wanted mode on each device later on in rc.local or whatever you prefer... -- -Søren