From owner-freebsd-bugs@FreeBSD.ORG Wed Jan 26 06:30:16 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 44958106566B for ; Wed, 26 Jan 2011 06:30:16 +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 19B7E8FC0C for ; Wed, 26 Jan 2011 06:30:16 +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 p0Q6UFcZ001964 for ; Wed, 26 Jan 2011 06:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0Q6UFmg001963; Wed, 26 Jan 2011 06:30:15 GMT (envelope-from gnats) Date: Wed, 26 Jan 2011 06:30:15 GMT Message-Id: <201101260630.p0Q6UFmg001963@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alexander Motin 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: Alexander Motin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2011 06:30:16 -0000 The following reply was made to PR kern/152817; it has been noted by GNATS. From: Alexander Motin To: Julian Stecklina Cc: bug-followup@FreeBSD.org Subject: Re: kern/152817: [ahci] ahci doesn't find disk Date: Wed, 26 Jan 2011 08:20:09 +0200 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. -- Alexander Motin