From owner-freebsd-stable@FreeBSD.ORG Thu Oct 16 09:15:52 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 B86B51065690; Thu, 16 Oct 2008 09:15:52 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forwards2.yandex.ru (forwards2.yandex.ru [213.180.200.23]) by mx1.freebsd.org (Postfix) with ESMTP id 667D68FC22; Thu, 16 Oct 2008 09:15:51 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp8.yandex.ru (smtp8.yandex.ru [213.180.200.213]) by forwards2.yandex.ru (Postfix) with ESMTP id 52D2D4C40B2; Thu, 16 Oct 2008 13:15:49 +0400 (MSD) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:10980 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S7454780AbYJPJPs (ORCPT + 3 others); Thu, 16 Oct 2008 13:15:48 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp8 X-Yandex-TimeMark: 1224148548 X-MsgDayCount: 4 X-Comment: RFC 2476 MSA function at smtp8.yandex.ru logged sender identity as: bu7cher Message-ID: <48F70642.7080701@yandex.ru> Date: Thu, 16 Oct 2008 13:15:46 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Jeremy Chadwick References: <676151223134689@webmail38.yandex.ru> <20081005004808.GA70137@icarus.home.lan> <48E99C18.6070602@yandex.ru> <20081006051211.GA10542@icarus.home.lan> <20081010115855.GA31707@icarus.home.lan> <20081016071700.GA2793@icarus.home.lan> In-Reply-To: <20081016071700.GA2793@icarus.home.lan> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: kib@freebsd.org, freebsd-stable@freebsd.org, sos@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: Thu, 16 Oct 2008 09:15:52 -0000 Jeremy Chadwick wrote: > - Could someone provide an explanation of the 48-bit LBA addressing > changes (see lines 988-1003 in the patch)? I'd like to know what they > do, and if further QA/testing is needed with this. I think this is for debug purposes. > - Can we please see about adding the FreeNAS project's ata timeout > sysctls? I see lots of delays/sleeps in numerous pieces of code that > pertain to soft or hard resets of AHCI controllers, and I often worry > about the implications of hard-coded timeouts. > > http://freenas.svn.sourceforge.net/viewvc/freenas/trunk/build/kernel-patches/ata/files/patch-ata.diff?view=markup As i remember changes in FreeNAS don't change timeouts for resets. In any case, these changes can not be in 7.1-RELEASE. My patch targeted to move changes from CURRENT to 7.1. But it seems there are too few testers and patch can not be commited. -- WBR, Andrey V. Elsukov