From owner-svn-src-stable-7@FreeBSD.ORG Fri May 15 05:31:00 2009 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4783E1065670; Fri, 15 May 2009 05:31:00 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 142388FC17; Fri, 15 May 2009 05:30:59 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 5EA20342704; Fri, 15 May 2009 01:13:17 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 15 May 2009 01:13:17 -0400 X-Sasl-enc: Vp+auCbsZVx0uUJir+qt4Yh5ZfJegGlebrXFytaEZnwc 1242364397 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 8405127460; Fri, 15 May 2009 01:13:16 -0400 (EDT) Message-ID: <4A0CF9EA.6080403@FreeBSD.org> Date: Fri, 15 May 2009 06:13:14 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.21 (X11/20090412) MIME-Version: 1.0 To: Alexander Motin References: <200905130255.n4D2tMQZ040010@svn.freebsd.org> In-Reply-To: <200905130255.n4D2tMQZ040010@svn.freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r192033 - stable/7/sys/dev/ata X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 05:31:01 -0000 Hi, Could this commit have broken boot on my amd64 system with an ULi SATA controller? I have not fully bisected (and to be honest, who really has time to do this for production machines, unless The panic I get with RELENG_7 sources as of yesterday after this commit is 'resource list busy'. If you need any more information let me know, I have transcribed the backtrace and posted it to stable@. thanks, BMS Alexander Motin wrote: > Author: mav > Date: Wed May 13 02:55:21 2009 > New Revision: 192033 > URL: http://svn.freebsd.org/changeset/base/192033 > > Log: > Make vendor-specific drivers prefered over the generic AHCI one. > This fixes some controllers, like JMicron ones, which provide also PATA via > PCI function that declared as AHCI controller. > > This is not an MFC, but the same was already done in 8-CURRENT in other way. > > PR: kern/132082 > > ... >