Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752017Ab1CIT3k (ORCPT ); Wed, 9 Mar 2011 14:29:40 -0500 Received: from mail-fx0-f46.google.com ([209.85.161.46]:56930 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260Ab1CIT3j (ORCPT ); Wed, 9 Mar 2011 14:29:39 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Xh2MGwTXkXH92KAwNmroCh0uVS1I69vy8q4YeKrR2HQ/mglR3P9oLraeNSAbUJxs26 SOY9AjlrsDZ0brskXvKMsAyRMjiCYmZk27YW80rAwUEYaMeI2qtwq4jDpSmXfogqeEOx tkYlTuYgNtyJOfWgjQd65opCldc1io5ZERMDw= Message-ID: <4D77D4FA.50604@gmail.com> Date: Wed, 09 Mar 2011 11:28:58 -0800 From: Konstantin Svist User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b2 Mnenhy/0.8.2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Linux Kernel Mailing List Subject: PMP on Marvell 6121 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1386 Lines: 33 I'm trying to get port multiplier working on Marvell 6121 esata port. So far, I've found lkml discussion on how AHCI doesn't seem to support it [1] and verified that it's still the case. sata_mv doesn't support it either - I only see the 1st drive in the multiplier There used to be an official Asus driver called mv_thor [2] for really old versions (2.6.20-something) and someone maintained it until 2.6.27 [3]. The good news is I tried it on 2.6.27 (Fedora 10) and it works! Questions: Can someone who knows how the AHCI driver works take a look at the mv_thor code and figure out why PMP doesn't work in AHCI driver? Most likely it's just some quirk to get the chip initialized... And since the answer to the previous is most likely "we're too busy, look at it yourself" the followup question is Is there an easy way of recompiling/trying the AHCI module without having to recompile the entire kernel/rebooting? Thanks! [1] http://marc.info/?t=121747549500001&r=1&w=1 [2] http://en.wikipedia.org/wiki/List_of_Marvell_Technology_Group_chipsets#Linux_SATA_driver [3] http://forums.gentoo.org/viewtopic-p-5213724.html#5213724 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/