From owner-freebsd-stable@FreeBSD.ORG Sun Oct 5 11:51:25 2008 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FABF106569A for ; Sun, 5 Oct 2008 11:51:25 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from deepcore.dk (adsl.deepcore.dk [87.63.29.106]) by mx1.freebsd.org (Postfix) with ESMTP id AD6AB8FC17 for ; Sun, 5 Oct 2008 11:51:24 +0000 (UTC) (envelope-from sos@FreeBSD.ORG) Received: from [192.168.0.138] ([192.168.0.138]) by deepcore.dk (8.14.3/8.14.2) with ESMTP id m95BZOPr047096; Sun, 5 Oct 2008 13:35:24 +0200 (CEST) (envelope-from sos@FreeBSD.ORG) Message-Id: <2F4F7D82-D674-4B2D-AC3A-315A6E2CD2E4@FreeBSD.ORG> From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: Marius Strobl In-Reply-To: <20081005110436.GA95778@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v929.2) Date: Sun, 5 Oct 2008 13:35:24 +0200 References: <676151223134689@webmail38.yandex.ru> <20081005110436.GA95778@alchemy.franken.de> X-Mailer: Apple Mail (2.929.2) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (deepcore.dk [87.63.29.106]); Sun, 05 Oct 2008 13:35:24 +0200 (CEST) Cc: kib@FreeBSD.ORG, "Andrey V. Elsukov" , freebsd-stable@FreeBSD.ORG Subject: Re: Request for testing: ata(4) MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2008 11:51:25 -0000 On 5Oct, 2008, at 13:04 , Marius Strobl wrote: > On Sat, Oct 04, 2008 at 07:38:09PM +0400, Andrey V. Elsukov wrote: >> Hi, All. >> >> I prepared patch to make MFC of ata(4) driver into RELENG_7 >> before 7.1-RELEASE. Depending on results of the testing patch >> will be commited or not (if some regressions will be detected). >> So if you want or just can test it, please try and report here. > > One regression of the post-PM code is that support for some > Promise controllers is broken in that probing drives causes > a hang. In my case it's a FasTrak S150 TX4 with a PDC20319 > but there are also other variants affected, see f.e.: > http://lists.freebsd.org/pipermail/freebsd-current/2008-May/=20 > 085923.html I'm aware of the Promise problems and its on my TODO list, just havn't =20= gotten around to it yet. When I have the current floating patch for splitting up ata-chipset.c =20= in vendor specific files I'll have a go on that report (makes it lots =20= easier to work with). -S=F8ren