From owner-freebsd-bugbusters@FreeBSD.ORG Tue Jul 1 04:42:58 2008 Return-Path: Delivered-To: freebsd-bugbusters@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24014106567E for ; Tue, 1 Jul 2008 04:42:58 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.200.14]) by mx1.freebsd.org (Postfix) with ESMTP id 68C9E8FC1B for ; Tue, 1 Jul 2008 04:42:57 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mail.kirov.so-cdu.ru ([77.72.136.145]:58328 "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 S8372712AbYGAEau (ORCPT ); Tue, 1 Jul 2008 08:30:50 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp1 X-Yandex-TimeMark: 1214886650 X-MsgDayCount: 2 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: bu7cher Message-ID: <4869B2F7.4030000@yandex.ru> Date: Tue, 01 Jul 2008 08:30:47 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: freebsd-bugbusters@FreeBSD.org References: <20080701002130.GC5611@soaustin.net> In-Reply-To: <20080701002130.GC5611@soaustin.net> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: new wiki page to collect information about the ATA subsystem X-BeenThere: freebsd-bugbusters@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Coordination of the Problem Report handling effort." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 04:42:58 -0000 Mark Linimon wrote: > http://wiki.freebsd.org/ATA/ATA_Volunteers > > Please feel free to sign up if you're interested in helping on this. > Perhaps it will lead to something. > > There is also a new meta-page to cross-reference the above: > > http://wiki.freebsd.org/ATA These PRs are fixed: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/123754 sos 2008-05-26 08:58:48 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Dont call ata_start() when ata_reinit fails in the ioctl path. ---- http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/122847 phk 2008-05-15 01:25:30 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c Log: Fix for a bug I introduced when I cleaned up atacontrol: Don't terminate if we are listing devices, a controller might legitimately not be there. -- WBR, Andrey V. Elsukov