From: Robert Hancock <hancockrwd@gmail.com>
To: Peter Klotz <peter.klotz@aon.at>
Cc: linux-ide@vger.kernel.org
Subject: Re: Does ICH9M support eSATA Port Multiplier?
Date: Sat, 31 Oct 2009 11:02:29 -0600 [thread overview]
Message-ID: <4AEC6DA5.9090603@gmail.com> (raw)
In-Reply-To: <4AEB6458.20401@aon.at>
On 10/30/2009 04:10 PM, Peter Klotz wrote:
> Robert Hancock wrote:
>>> Can I enable it somehow maybe by using a module option?
>>
>> No module parameter for that, you'd have to hack the code in ahci.c to
>> force the option on. No guarantees it's going to work if the
>> controller doesn't report the capability, though.
>
> Could you please give me a hint what to change in ahci.c?
>
> I would like to try and see what happens.
Based on the version in Linus' git, you'd likely want to add to
ahci_save_initial_config something like:
cap |= HOST_CAP_PMP;
>
> Could such a hack damage the hardware?
Not likely. It's not impossible that data loss could result though,
better back up important files first..
next prev parent reply other threads:[~2009-10-31 17:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-29 19:36 Does ICH9M support eSATA Port Multiplier? Peter Klotz
2009-10-30 0:02 ` Robert Hancock
2009-10-30 22:10 ` Peter Klotz
2009-10-31 17:02 ` Robert Hancock [this message]
2009-11-01 20:34 ` Peter Klotz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AEC6DA5.9090603@gmail.com \
--to=hancockrwd@gmail.com \
--cc=linux-ide@vger.kernel.org \
--cc=peter.klotz@aon.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.