Re: ICH9 2 port SATA controller port map?

2007-09-26 Thread Tejun Heo
Gaston, Jason D wrote:
> Hello,
> 
> ICH9 has DeviceID's for 2 port, IDE mode, SATA controllers.  The current
> port map in ata_piix is setup for the 4 port controllers.  This seems to
> work ok, but I wonder if a new port map should be defined for the 2 port
> controllers, where the two ports are PM, SM?  You can refer to the ICH9
> Datasheet on intel.com for detail.

Yes, please go ahead and define new entry for the controllers.  Thanks.

-- 
tejun

-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: ICH9 2 port SATA controller port map?

2007-09-28 Thread Gaston, Jason D
>-Original Message-
>From: Tejun Heo [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, September 26, 2007 6:08 PM
>To: Gaston, Jason D
>Cc: linux-ide@vger.kernel.org
>Subject: Re: ICH9 2 port SATA controller port map?
>
>Gaston, Jason D wrote:
>> Hello,
>>
>> ICH9 has DeviceID's for 2 port, IDE mode, SATA controllers.  The
current
>> port map in ata_piix is setup for the 4 port controllers.  This seems
to
>> work ok, but I wonder if a new port map should be defined for the 2
port
>> controllers, where the two ports are PM, SM?  You can refer to the
ICH9
>> Datasheet on intel.com for detail.
>
>Yes, please go ahead and define new entry for the controllers.  Thanks.
>
>--
>Tejun

What is the difference between NA and RV?  If the controller only has
access to 2 ports, does it matter which I set the nonexistent port
values to in the map?

Thanks,

Jason
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: ICH9 2 port SATA controller port map?

2007-09-28 Thread Tejun Heo
Gaston, Jason D wrote:
>> -Original Message-
>> From: Tejun Heo [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, September 26, 2007 6:08 PM
>> To: Gaston, Jason D
>> Cc: linux-ide@vger.kernel.org
>> Subject: Re: ICH9 2 port SATA controller port map?
>>
>> Gaston, Jason D wrote:
>>> Hello,
>>>
>>> ICH9 has DeviceID's for 2 port, IDE mode, SATA controllers.  The
> current
>>> port map in ata_piix is setup for the 4 port controllers.  This seems
> to
>>> work ok, but I wonder if a new port map should be defined for the 2
> port
>>> controllers, where the two ports are PM, SM?  You can refer to the
> ICH9
>>> Datasheet on intel.com for detail.
>> Yes, please go ahead and define new entry for the controllers.  Thanks.
>>
>> --
>> Tejun
> 
> What is the difference between NA and RV?  If the controller only has
> access to 2 ports, does it matter which I set the nonexistent port
> values to in the map?

NA is used for unimplemented ports of a valid configuration while RV is
used to mark invalid MAP value.  So, NA should be mixed with P[0-3]
while RV can't be mixed with any other values.

-- 
tejun
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: ICH9 2 port SATA controller port map?

2007-10-01 Thread Gaston, Jason D
>> What is the difference between NA and RV?  If the controller only has
>> access to 2 ports, does it matter which I set the nonexistent port
>> values to in the map?
>
>NA is used for unimplemented ports of a valid configuration while RV is
>used to mark invalid MAP value.  So, NA should be mixed with P[0-3]
>while RV can't be mixed with any other values.
>
>--
>Tejun

When you say "can't be mixed" do you mean I should not have [P0 RV P1
RV] on the same line?  If that is the case, then I assume my only
choice, for the 2 port controller (physically ports 5 & 6) would be [P0
NA P1 NA].

Thanks!

Jason
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: ICH9 2 port SATA controller port map?

2007-10-02 Thread Tejun Heo
Gaston, Jason D wrote:
>>> What is the difference between NA and RV?  If the controller only has
>>> access to 2 ports, does it matter which I set the nonexistent port
>>> values to in the map?
>> NA is used for unimplemented ports of a valid configuration while RV is
>> used to mark invalid MAP value.  So, NA should be mixed with P[0-3]
>> while RV can't be mixed with any other values.
>>
>> --
>> Tejun
> 
> When you say "can't be mixed" do you mean I should not have [P0 RV P1
> RV] on the same line?  If that is the case, then I assume my only
> choice, for the 2 port controller (physically ports 5 & 6) would be [P0
> NA P1 NA].

Yeap, that's correct.

-- 
tejun

-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html