From owner-freebsd-current@FreeBSD.ORG Tue Aug 18 18:25:37 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8F52106568F for ; Tue, 18 Aug 2009 18:25:37 +0000 (UTC) (envelope-from ubm.freebsd@googlemail.com) Received: from mail-fx0-f205.google.com (mail-fx0-f205.google.com [209.85.220.205]) by mx1.freebsd.org (Postfix) with ESMTP id 40ABE8FC41 for ; Tue, 18 Aug 2009 18:25:37 +0000 (UTC) Received: by fxm1 with SMTP id 1so3006140fxm.7 for ; Tue, 18 Aug 2009 11:25:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=NYvr/3c1+gqPXIlI46ITCQEesCeaaOFGIVDO4/fRxrU=; b=b1uUmJQKljX14WjY0s5JZ4cDJgE82mo2qg/bMtfJ+6/AmnpC68Lf30WdPHuJ0IvKkE Z6tI2vl3o8UsU0D7kdbOrjz3qnK3RILXBHyIjZN7LWLvjxdrmFpJ1n0l1qKQM0MFniVk H0j/cIn19GnmEpp7auRKFYddnJmK1h4CR30yk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=sl6VXOAwfG5pAYZ4a2pYCYzMM57cYqAvgQYJOJi0AGwcblIplGLsCe45wTtWGX3uqs bBNZoI5nUR5DcvjMu9x02vY70zQWbmiDrvl/vqq1PAUrpPycdMVdmQRYw0em598D+bDa yQT8iYGTLPvD5LuXBz+d7lyYdczmSVEQ//o2w= Received: by 10.204.38.85 with SMTP id a21mr4020571bke.71.1250619936208; Tue, 18 Aug 2009 11:25:36 -0700 (PDT) Received: from ubm.mine.nu (e181051041.adsl.alicedsl.de [85.181.51.41]) by mx.google.com with ESMTPS id 12sm7070359fks.21.2009.08.18.11.25.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 18 Aug 2009 11:25:35 -0700 (PDT) Date: Tue, 18 Aug 2009 20:25:33 +0200 From: Marc UBM To: current@freebsd.org Message-Id: <20090818202533.e79e957f.ubm.freebsd@gmail.com> In-Reply-To: <1618A5F5-F037-46CF-954A-38FB13BAA649@techwires.net> References: <1618A5F5-F037-46CF-954A-38FB13BAA649@techwires.net> X-Mailer: Sylpheed 2.7.0 (GTK+ 2.16.4; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 18 Aug 2009 18:51:50 +0000 Cc: Subject: Re: Several reported instances of boot hangs ("still waiting for xpt_config") for hptrr 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: Tue, 18 Aug 2009 18:25:37 -0000 On Sun, 16 Aug 2009 14:51:25 +0200 Bernhard Schmidt wrote: > Hi, > > I do have a Highpoint RocketRaid 2220 controller myself which throws > similar errors since the release of 8.0-BETA2. Tracking the commits, > I could narrow it down to r195534. > > The issue is, that htprr makes use of xpt_scan_bus() which ist no > longer available in xpt_action[_default]() when cpi->transport is > not set to one of XPORT_*. This probably affects all drivers relying > upon xpt_scan_bus() but not setting cpi->transport. > > > This patch has been tested against latest head and stable/8 with no > more issues for me. I can confirm that this patch fixes the hptrr issue for me. It would be nice if this could make it into 8.0-RELEASE ;-) Thanks a lot for tracking it down! Bye Marc