From owner-freebsd-current@FreeBSD.ORG Mon May 26 10:25:20 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 097A0106564A; Mon, 26 May 2008 10:25:20 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp7.yandex.ru (smtp7.yandex.ru [213.180.200.45]) by mx1.freebsd.org (Postfix) with ESMTP id 177C28FC2D; Mon, 26 May 2008 10:25:18 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mail.kirov.so-cdu.ru ([77.72.136.145]:3323 "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 S738727AbYEZKZM (ORCPT + 1 other); Mon, 26 May 2008 14:25:12 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp7 X-Yandex-TimeMark: 1211797512 X-MsgDayCount: 23 X-Comment: RFC 2476 MSA function at smtp7.yandex.ru logged sender identity as: bu7cher Message-ID: <483A9005.1040902@yandex.ru> Date: Mon, 26 May 2008 14:25:09 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Andrey Chernov , S?ren Schmidt , "Andrey V. Elsukov" , "Aryeh M. Friedman" , freebsd-current@FreeBSD.ORG References: <483A4CBC.3070702@gmail.com> <483A5ECE.8050407@yandex.ru> <483A653D.1070607@gmail.com> <20080526072628.GA99389@nagual.pp.ru> <483A677E.2080302@gmail.com> <09A876B4-6932-42DD-A068-81698F7597D7@freebsd.org> <20080526075336.GA99899@nagual.pp.ru> <483A6D8A.4080305@yandex.ru> <20080526101302.GA1973@nagual.pp.ru> In-Reply-To: <20080526101302.GA1973@nagual.pp.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: par. ata not seen if sata is present X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2008 10:25:20 -0000 Andrey Chernov wrote: > From my reading of Linux ahci.c code, they use special init flags and > ports init just for two Marvell chipsets only, so it can't break other > chipsets. Linux libata uses "slightly" :) different error handling and initialization model and libata AHCI part may work with Marvell 88SE61xx without special quirks. Our driver didn't work. Last time when i tested it was before PM support commits. I'll try fresh current AHCI code on 88SE6121 tonight, so maybe something was changed?.. -- WBR, Andrey V. Elsukov