[yocto] [PATCH 3/3] ahci: AHCI mode SATA patch for Intel Patsburg SATA RAID controller

Bruce Ashfield bruce.ashfield at windriver.com
Fri May 27 17:16:28 PDT 2011


On 11-05-27 5:19 PM, Tom Zanussi wrote:
> On Fri, 2011-05-27 at 14:08 -0700, Bruce Ashfield wrote:
>> On 11-05-27 04:46 PM, tom.zanussi at intel.com wrote:
>>> From: Seth Heasley
>>>
>>> commit 64a3903d0885879ba8706a8bcf71c5e3e7664db2 upstream
>>>
>>> This patch adds an updated SATA RAID DeviceID for the Intel Patsburg PCH.
>>
>> Looks like we already had this one in the 2.6.37 tree
>> via gregkh and -stable
>>
>>   >  git tag --contains 5618c45b
>> v2.6.37.5
>> v2.6.37.6
>>
>> And hence the base yocto/standard/common-pc-64/romley
>> bsp branch.
>>
>> So I won't do anything with this in particular. It is
>> interesting though how it applied in your tree. Do you
>> have all the -stable updates ?
>>
>> I checked and it doesn't look like I've been hoarding
>> them, but you never know.
>>
>
> Hmm, yeah, it did apply (checked the build dir for the other changes),
> but not sure why I didn't get rejects.  My kernel is a little over a
> week old, but it does have the .5 stable:

It actually has .6 and certain people (*cough*) didn't push
the tags. I'll fix that tonight.

git has a way of managing to apply changes and do the right
thing. I've double checked, and I do see the change in the
branches waiting for us, so we'll go with that until proven
otherwise.

Cheers,

Bruce

>
> $ git tag --contains 5618c45b
> v2.6.37.5
>
> Tom
>
>> Bruce
>>
>>>
>>> Signed-off-by: Seth Heasley
>>> Signed-off-by: Jeff Garzik
>>> Integrated-by: Tom Zanussi
>>> ---
>>>    drivers/ata/ahci.c |    1 +
>>>    1 files changed, 1 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
>>> index 3288263..dfc0a26 100644
>>> --- a/drivers/ata/ahci.c
>>> +++ b/drivers/ata/ahci.c
>>> @@ -260,6 +260,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
>>>    	{ PCI_VDEVICE(INTEL, 0x1d02), board_ahci }, /* PBG AHCI */
>>>    	{ PCI_VDEVICE(INTEL, 0x1d04), board_ahci }, /* PBG RAID */
>>>    	{ PCI_VDEVICE(INTEL, 0x1d06), board_ahci }, /* PBG RAID */
>>> +	{ PCI_VDEVICE(INTEL, 0x2826), board_ahci }, /* PBG RAID */
>>>
>>>    	/* JMicron 360/1/3/5/6, match class to avoid IDE function */
>>>    	{ PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
>>
>
>




More information about the yocto mailing list