From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 15:36:51 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 B171616A41F for ; Tue, 30 Aug 2005 15:36:51 +0000 (GMT) (envelope-from lyubich-freebsd1@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D943843D53 for ; Tue, 30 Aug 2005 15:36:50 +0000 (GMT) (envelope-from lyubich-freebsd1@gmx.net) Received: (qmail invoked by alias); 30 Aug 2005 15:36:49 -0000 Received: from p548B8C3E.dip0.t-ipconnect.de (EHLO localhost.localdomain) [84.139.140.62] by mail.gmx.net (mp018) with SMTP; 30 Aug 2005 17:36:49 +0200 X-Authenticated: #29128836 From: "Lyubich, M" To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Tue, 30 Aug 2005 17:36:06 +0200 Message-Id: <1125416166.1021.19.camel@sbec.Suzlon-HRO.local> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: How to set BIOSPIO for a ata X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lyubich-freebsd1@gmx.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 15:36:51 -0000 Hello, Is there an option to set a specific transfer mode for an ata device, namely BIOSPIO for acd0 (acd0 on ata1-master)? The system waits a bit during boot and emits a message: -- ata1-master: FAILURE - SETFEATURES SET TRANSFER MODE timed out ata1-master: FAILURE - SETFEATURES SET TRANSFER MODE timed out -- and then -- acd0: DVDR at ata1-master BIOSPIO -- I assume that the ata device driver tries to set a higher transfer mode for the DVD drive, fails, and then assigns the BIOSPIO transfer mode. I want to let the system not to try different transfer modes, but assign a specific one. The usual hint -- hw.ata.ata_dma="0" -- did not work The system is: FreeBSD 5.4-RELEASE #2: on HP nx9105, a laptop. Regards, Lyubich, M.