* [gentoo-user] 2.6.35 and AHCI - what about "platform" ?
@ 2010-08-26 21:55 Stefan G. Weichinger
2010-08-26 22:23 ` [gentoo-user] " Nikos Chantziaras
2010-08-26 22:35 ` [gentoo-user] " Paul Hartman
0 siblings, 2 replies; 7+ messages in thread
From: Stefan G. Weichinger @ 2010-08-26 21:55 UTC (permalink / raw
To: gentoo-user
What is a "Platform AHCI Serial ATA controller" ?
Should I set CONFIG_SATA_AHCI_PLATFORM with 2.6.35 now?
I have:
# zgrep -i AHCI /proc/config.gz
CONFIG_SATA_AHCI=y
# CONFIG_SATA_AHCI_PLATFORM is not set
and
# lspci | grep AHCI
00:1f.2 SATA controller: Intel Corporation 82801HB (ICH8) 4 port SATA
AHCI Controller (rev 02)
I am unsure ...
thanks, Stefan
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: 2.6.35 and AHCI - what about "platform" ?
2010-08-26 21:55 [gentoo-user] 2.6.35 and AHCI - what about "platform" ? Stefan G. Weichinger
@ 2010-08-26 22:23 ` Nikos Chantziaras
2010-08-26 23:21 ` Stefan G. Weichinger
2010-08-26 22:35 ` [gentoo-user] " Paul Hartman
1 sibling, 1 reply; 7+ messages in thread
From: Nikos Chantziaras @ 2010-08-26 22:23 UTC (permalink / raw
To: gentoo-user
On 08/27/2010 12:55 AM, Stefan G. Weichinger wrote:
>
> What is a "Platform AHCI Serial ATA controller" ?
This can be used for AHCI-compatible interfaces implemented inside
System-On-Chip solutions, or AHCI devices connected via localbus.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] 2.6.35 and AHCI - what about "platform" ?
2010-08-26 21:55 [gentoo-user] 2.6.35 and AHCI - what about "platform" ? Stefan G. Weichinger
2010-08-26 22:23 ` [gentoo-user] " Nikos Chantziaras
@ 2010-08-26 22:35 ` Paul Hartman
2010-08-26 23:21 ` Stefan G. Weichinger
1 sibling, 1 reply; 7+ messages in thread
From: Paul Hartman @ 2010-08-26 22:35 UTC (permalink / raw
To: gentoo-user
On Thu, Aug 26, 2010 at 4:55 PM, Stefan G. Weichinger <lists@xunil.at> wrote:
>
> What is a "Platform AHCI Serial ATA controller" ?
>
> Should I set CONFIG_SATA_AHCI_PLATFORM with 2.6.35 now?
>
> I have:
>
> # zgrep -i AHCI /proc/config.gz
> CONFIG_SATA_AHCI=y
> # CONFIG_SATA_AHCI_PLATFORM is not set
>
> and
>
> # lspci | grep AHCI
> 00:1f.2 SATA controller: Intel Corporation 82801HB (ICH8) 4 port SATA
> AHCI Controller (rev 02)
>
> I am unsure ...
>
> thanks, Stefan
I had the exact same question when I was configuring my kernel!
I couldn't tell, I think maybe "Platform" is a brand name? I googled
it and came up with no answers... if you find out the answer, let us
know. :)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: 2.6.35 and AHCI - what about "platform" ?
2010-08-26 22:23 ` [gentoo-user] " Nikos Chantziaras
@ 2010-08-26 23:21 ` Stefan G. Weichinger
2010-08-26 23:34 ` Nikos Chantziaras
0 siblings, 1 reply; 7+ messages in thread
From: Stefan G. Weichinger @ 2010-08-26 23:21 UTC (permalink / raw
To: gentoo-user
Am 27.08.2010 00:23, schrieb Nikos Chantziaras:
> On 08/27/2010 12:55 AM, Stefan G. Weichinger wrote:
>>
>> What is a "Platform AHCI Serial ATA controller" ?
>
> This can be used for AHCI-compatible interfaces implemented inside
> System-On-Chip solutions, or AHCI devices connected via localbus.
Is this as Yes or a No, regarding my Intel SATA chip?
I assume "No" .... ?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] 2.6.35 and AHCI - what about "platform" ?
2010-08-26 22:35 ` [gentoo-user] " Paul Hartman
@ 2010-08-26 23:21 ` Stefan G. Weichinger
0 siblings, 0 replies; 7+ messages in thread
From: Stefan G. Weichinger @ 2010-08-26 23:21 UTC (permalink / raw
To: gentoo-user
Am 27.08.2010 00:35, schrieb Paul Hartman:
> I had the exact same question when I was configuring my kernel!
>
> I couldn't tell, I think maybe "Platform" is a brand name? I googled
> it and came up with no answers... if you find out the answer, let us
> know. :)
See other reply ;-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: 2.6.35 and AHCI - what about "platform" ?
2010-08-26 23:21 ` Stefan G. Weichinger
@ 2010-08-26 23:34 ` Nikos Chantziaras
2010-08-27 14:41 ` Stefan G. Weichinger
0 siblings, 1 reply; 7+ messages in thread
From: Nikos Chantziaras @ 2010-08-26 23:34 UTC (permalink / raw
To: gentoo-user
On 08/27/2010 02:21 AM, Stefan G. Weichinger wrote:
> Am 27.08.2010 00:23, schrieb Nikos Chantziaras:
>> On 08/27/2010 12:55 AM, Stefan G. Weichinger wrote:
>>>
>>> What is a "Platform AHCI Serial ATA controller" ?
>>
>> This can be used for AHCI-compatible interfaces implemented inside
>> System-On-Chip solutions, or AHCI devices connected via localbus.
>
> Is this as Yes or a No, regarding my Intel SATA chip?
>
> I assume "No" .... ?
Since your SATA controller works without that option enabled, you have a
normal AHCI controller on your motherboard's southbridge. That means
the answer is "no". You don't need that option enabled.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: 2.6.35 and AHCI - what about "platform" ?
2010-08-26 23:34 ` Nikos Chantziaras
@ 2010-08-27 14:41 ` Stefan G. Weichinger
0 siblings, 0 replies; 7+ messages in thread
From: Stefan G. Weichinger @ 2010-08-27 14:41 UTC (permalink / raw
To: gentoo-user
Am 27.08.2010 01:34, schrieb Nikos Chantziaras:
> Since your SATA controller works without that option enabled, you have a
> normal AHCI controller on your motherboard's southbridge. That means
> the answer is "no". You don't need that option enabled.
Thanks, Nikos!
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-08-27 14:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-26 21:55 [gentoo-user] 2.6.35 and AHCI - what about "platform" ? Stefan G. Weichinger
2010-08-26 22:23 ` [gentoo-user] " Nikos Chantziaras
2010-08-26 23:21 ` Stefan G. Weichinger
2010-08-26 23:34 ` Nikos Chantziaras
2010-08-27 14:41 ` Stefan G. Weichinger
2010-08-26 22:35 ` [gentoo-user] " Paul Hartman
2010-08-26 23:21 ` Stefan G. Weichinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox