From owner-freebsd-current@FreeBSD.ORG Mon May 18 16:04:21 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D40F756; Mon, 18 May 2015 16:04:21 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B2F21CF9; Mon, 18 May 2015 16:04:20 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 44B701FE023; Mon, 18 May 2015 18:04:17 +0200 (CEST) Message-ID: <555A0DAF.6040603@selasky.org> Date: Mon, 18 May 2015 18:05:03 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: David Wolfskill , John Baldwin , freebsd-current@freebsd.org, Alexander Motin Subject: [SOLVED] Re: Deja vu: panic in hdaa_coonfigure() for i386, but not amd64 -- again References: <20150509142751.GV1158@albert.catwhisker.org> <3725154.XnIHrZucd0@ralph.baldwin.cx> <20150515183956.GU1215@albert.catwhisker.org> <1567746.I7cSSt5lv5@ralph.baldwin.cx> <20150515200727.GV1215@albert.catwhisker.org> <555745DD.8080506@selasky.org> <20150516133744.GF1215@albert.catwhisker.org> <55574B08.9010202@selasky.org> <20150516155400.GI1215@albert.catwhisker.org> <555773C3.3030408@selasky.org> In-Reply-To: <555773C3.3030408@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 18 May 2015 16:04:21 -0000 FYI Some intense debugging rounds revealed a bug in the HDA association parsing code. Hopefully the issue is fixed now: https://svnweb.freebsd.org/changeset/base/283064 --HPS