From owner-freebsd-current@FreeBSD.ORG Mon May 26 07:58:16 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 5055B106564A; Mon, 26 May 2008 07:58:16 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp8.yandex.ru (smtp8.yandex.ru [213.180.200.213]) by mx1.freebsd.org (Postfix) with ESMTP id 535A38FC18; Mon, 26 May 2008 07:58:14 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:33997 "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 S7454783AbYEZH6G (ORCPT + 1 other); Mon, 26 May 2008 11:58:06 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp8 X-Yandex-TimeMark: 1211788686 X-MsgDayCount: 15 X-Comment: RFC 2476 MSA function at smtp8.yandex.ru logged sender identity as: bu7cher Message-ID: <483A6D8A.4080305@yandex.ru> Date: Mon, 26 May 2008 11:58:02 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Andrey Chernov , S?ren Schmidt , "Aryeh M. Friedman" , "Andrey V. Elsukov" , 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> In-Reply-To: <20080526075336.GA99899@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 07:58:16 -0000 Andrey Chernov wrote: > On Mon, May 26, 2008 at 09:39:10AM +0200, S?ren Schmidt wrote: >> Same routine as for the last decade, get me the HW and I'll work out >> how to support it if at all possible. > > There is Linux kernel on the ASUS site (which use this Marvel chip very > often) claimed to support this chip, it may helps: > http://dlsvr02.asus.com/pub/ASUS/mb/socket775/P5E3/Sata_Linux.zip Also, there is ahci.c from linux libata with marvell PATA support. http://git.kernel.org/?p=linux/kernel/git/jgarzik/libata-dev.git;a=blob_plain;f=drivers/ata/ahci.c;h=10a2e09616bd61a455d7867464f49bcb7ba1bb87 I think it's easiest to port to our ahci driver. -- WBR, Andrey V. Elsukov