From owner-freebsd-current@FreeBSD.ORG Thu Mar 12 14:23:53 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C49C0106566C for ; Thu, 12 Mar 2009 14:23:53 +0000 (UTC) (envelope-from james-freebsd-current@jrv.org) Received: from mail.jrv.org (adsl-70-243-84-9.dsl.austtx.swbell.net [70.243.84.9]) by mx1.freebsd.org (Postfix) with ESMTP id CBEC48FC1B for ; Thu, 12 Mar 2009 14:23:52 +0000 (UTC) (envelope-from james-freebsd-current@jrv.org) Received: from kremvax.housenet.jrv (kremvax.housenet.jrv [192.168.3.124]) by mail.jrv.org (8.14.3/8.14.3) with ESMTP id n2CDo04k097658; Thu, 12 Mar 2009 08:50:00 -0500 (CDT) (envelope-from james-freebsd-current@jrv.org) Authentication-Results: mail.jrv.org; domainkeys=pass (testing) header.from=james-freebsd-current@jrv.org DomainKey-Signature: a=rsa-sha1; s=enigma; d=jrv.org; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=hto6Cg5per7kEjFPVx8wXjUGIYbXqL3cN6dfAHDou44dNGtlBxka6btKtdEzZuXxv Fv6qNV19pSs5YDUUf1k3Z1J3eWKPs+JD9koU6PcAKWNzbmuaFrZ8gWJbwJD+43DUVAW WJD5CHnXJPHXTl97EPe5uSyAxwZHKLfvHMway5s= Message-ID: <49B91308.3060209@jrv.org> Date: Thu, 12 Mar 2009 08:50:00 -0500 From: "James R. Van Artsdalen" User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Nick Hilliard References: <1236812807.00085599.1236802801@10.7.7.3> <49B8CD26.70903@mavhome.dp.ua> <49B8F189.8070604@netability.ie> In-Reply-To: <49B8F189.8070604@netability.ie> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Alexander Motin , freebsd-current@freebsd.org Subject: Re: SiI3531 SATA port multipler X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 12 Mar 2009 14:23:54 -0000 Nick Hilliard wrote: > However, I replaced the SiI3531 with a JMB366 card, and have attached > the results of a verbose boot. Looking at the code I think some of the AHCI timeouts are very short. Try changing ata_ahci_issue_cmd() to wait at 31 seconds in the command completion poll loop. bootverbose will cause it to say how long it actually took vs. the timeout requested.