From owner-freebsd-current@FreeBSD.ORG Sat Jul 10 10:02:14 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 6F39416A4CE; Sat, 10 Jul 2004 10:02:14 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7343443D2D; Sat, 10 Jul 2004 10:02:13 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i6AA29YX056299 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 10 Jul 2004 12:02:09 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i6AA29qZ056298; Sat, 10 Jul 2004 12:02:09 +0200 (CEST) Date: Sat, 10 Jul 2004 12:02:08 +0200 From: Divacky Roman To: Ion-Mihai Tetcu Message-ID: <20040710100208.GA56101@stud.fit.vutbr.cz> References: <20040709152608.GA13255@stud.fit.vutbr.cz> <20040709213224.1088c404@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040709213224.1088c404@it.buh.cameradicommercio.ro> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) 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:02:14 -0000 > > 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 which would tell ata driver which mode should be given drive preferably initialized to... roman