From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 26 11:50:09 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B78B106564A for ; Wed, 26 Jan 2011 11:50:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 004668FC08 for ; Wed, 26 Jan 2011 11:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0QBo8Kk078535 for ; Wed, 26 Jan 2011 11:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0QBo8gL078534; Wed, 26 Jan 2011 11:50:08 GMT (envelope-from gnats) Date: Wed, 26 Jan 2011 11:50:08 GMT Message-Id: <201101261150.p0QBo8gL078534@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Julian Stecklina Cc: Subject: Re: kern/152817: [ahci] ahci doesn't find disk X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Julian Stecklina List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2011 11:50:09 -0000 The following reply was made to PR kern/152817; it has been noted by GNATS. From: Julian Stecklina To: Alexander Motin Cc: bug-followup@FreeBSD.org Subject: Re: kern/152817: [ahci] ahci doesn't find disk Date: Wed, 26 Jan 2011 12:44:32 +0100 On 01/26/2011 07:20 AM, Alexander Motin wrote: > On 26.01.2011 04:21, Julian Stecklina wrote: >> Thus spake Alexander Motin: >> >>> Julian Stecklina wrote: >>>> Thus spake Alexander Motin: >>>>> Problem looks alike to one workarounded in CURRENT by SVN revision >>>>> 217444, just with different feature. That patch with such addition >>>>> should probably help: >>>>> >>>>> Try it please, as if it help, send me output of the `camcontrol >>>>> identify ada0 -v` command for check. >>>> >>>> Your fix works. :) All drives are detected. The camcontrol output is >>>> from an 8.2ish userland, I hope this is ok. >>> >>> Thank you. Could you try this patch instead? It should be less noisy. >> >> It doesn't seem to do the trick. The HP disk doesn't come up, only the >> three WDs: > > Ah. My fault. While patch is probably correct, it just won't workaround > this particular situation as I have thought. Previous patch is probably > the only solution possible here. I'll commit it. Thank you. Remind me to buy you a beer, if you happen to visit Dresden, Germany. ;) Regards, Julian