All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add new ICH9M pci id (8086:2850) to ata_piix id list
@ 2007-06-17 21:23 Maurizio Monge
  2007-06-17 21:36 ` Michal Piotrowski
  0 siblings, 1 reply; 5+ messages in thread
From: Maurizio Monge @ 2007-06-17 21:23 UTC (permalink / raw)
  To: linux-kernel

To make ata_piix recognize my ich9m chip i had to apply the
modification that follows.

Best regards
Maurizio Monge


diff -Nurb old/drivers/ata/ata_piix.c new/drivers/ata/ata_piix.c
--- old/drivers/ata/ata_piix.c  2007-06-17 23:06:12.000000000 +0200
+++ new/drivers/ata/ata_piix.c  2007-06-17 23:15:57.000000000 +0200
@@ -243,6 +243,8 @@
        { 0x8086, 0x292d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
        /* SATA Controller IDE (ICH9M) */
        { 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
+       /* Mobile SATA Controller IDE (ICH9M) */
+       { 0x8086, 0x2850, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },

        { }     /* terminate list */
 };

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Add new ICH9M pci id (8086:2850) to ata_piix id list
  2007-06-17 21:23 [PATCH] Add new ICH9M pci id (8086:2850) to ata_piix id list Maurizio Monge
@ 2007-06-17 21:36 ` Michal Piotrowski
  2007-06-18  3:40   ` Maurizio Monge
  2007-06-18 18:05     ` Gaston, Jason D
  0 siblings, 2 replies; 5+ messages in thread
From: Michal Piotrowski @ 2007-06-17 21:36 UTC (permalink / raw)
  To: Maurizio Monge; +Cc: linux-kernel, linux-ide, Alan Cox, Jeff Garzik

Hi,

Maurizio Monge pisze:
> To make ata_piix recognize my ich9m chip i had to apply the
> modification that follows.
> 
> Best regards
> Maurizio Monge
> 
> 
> diff -Nurb old/drivers/ata/ata_piix.c new/drivers/ata/ata_piix.c
> --- old/drivers/ata/ata_piix.c  2007-06-17 23:06:12.000000000 +0200
> +++ new/drivers/ata/ata_piix.c  2007-06-17 23:15:57.000000000 +0200
> @@ -243,6 +243,8 @@
>        { 0x8086, 0x292d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
>        /* SATA Controller IDE (ICH9M) */
>        { 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
> +       /* Mobile SATA Controller IDE (ICH9M) */
> +       { 0x8086, 0x2850, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
                      ^^^^
http://pci-ids.ucw.cz/iii/?i=80862850

Is this really a SATA controller?
((ICH8M/ICH8M-E) IDE Controller)

Regards,
Michal

-- 
LOG
http://www.stardust.webpages.pl/log/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Add new ICH9M pci id (8086:2850) to ata_piix id list
  2007-06-17 21:36 ` Michal Piotrowski
@ 2007-06-18  3:40   ` Maurizio Monge
  2007-06-18 18:05     ` Gaston, Jason D
  1 sibling, 0 replies; 5+ messages in thread
From: Maurizio Monge @ 2007-06-18  3:40 UTC (permalink / raw)
  Cc: linux-ide, Alan Cox, Jeff Garzik

Well, you are probably right, it is probably just an ide controller, i
have an acer laptop (tm5720) and to make work the hd the driver ahci
was required, and my patch made work the dvd-rw too.
If so, maybe some other delegate is better for this controller than
"ich8_sata_ahci", but please consider that i am very ignorant about
this driver and i simply posted this patch beacuse it made work my
device.
If there is any test that i can do to sort out this just let me know.

On 6/17/07, Michal Piotrowski <michal.k.k.piotrowski@gmail.com> wrote:
> Hi,
>
> Maurizio Monge pisze:
> > To make ata_piix recognize my ich9m chip i had to apply the
> > modification that follows.
> >
> > Best regards
> > Maurizio Monge
> >
> >
> > diff -Nurb old/drivers/ata/ata_piix.c new/drivers/ata/ata_piix.c
> > --- old/drivers/ata/ata_piix.c  2007-06-17 23:06:12.000000000 +0200
> > +++ new/drivers/ata/ata_piix.c  2007-06-17 23:15:57.000000000 +0200
> > @@ -243,6 +243,8 @@
> >        { 0x8086, 0x292d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
> >        /* SATA Controller IDE (ICH9M) */
> >        { 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
> > +       /* Mobile SATA Controller IDE (ICH9M) */
> > +       { 0x8086, 0x2850, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
>                       ^^^^
> http://pci-ids.ucw.cz/iii/?i=80862850
>
> Is this really a SATA controller?
> ((ICH8M/ICH8M-E) IDE Controller)
>
> Regards,
> Michal
>
> --
> LOG
> http://www.stardust.webpages.pl/log/
> -
> 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/
>


-- 
Ciao
Maurizio
http://stregatto.wordpress.com

"Well we all shine on
Like the moon and the stars and the sun" (John Lennon)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] Add new ICH9M pci id (8086:2850) to ata_piix id list
  2007-06-17 21:36 ` Michal Piotrowski
@ 2007-06-18 18:05     ` Gaston, Jason D
  2007-06-18 18:05     ` Gaston, Jason D
  1 sibling, 0 replies; 5+ messages in thread
From: Gaston, Jason D @ 2007-06-18 18:05 UTC (permalink / raw)
  To: Michal Piotrowski, Maurizio Monge
  Cc: linux-kernel, linux-ide, Alan Cox, Jeff Garzik

DID 2850 is not a SATA controller.  This is an ICH8 PATA controller DID.

Jason


>-----Original Message-----
>From: linux-ide-owner@vger.kernel.org [mailto:linux-ide-
>owner@vger.kernel.org] On Behalf Of Michal Piotrowski
>Sent: Sunday, June 17, 2007 2:36 PM
>To: Maurizio Monge
>Cc: linux-kernel@vger.kernel.org; linux-ide@vger.kernel.org; Alan Cox;
Jeff
>Garzik
>Subject: Re: [PATCH] Add new ICH9M pci id (8086:2850) to ata_piix id
list
>
>Hi,
>
>Maurizio Monge pisze:
>> To make ata_piix recognize my ich9m chip i had to apply the
>> modification that follows.
>>
>> Best regards
>> Maurizio Monge
>>
>>
>> diff -Nurb old/drivers/ata/ata_piix.c new/drivers/ata/ata_piix.c
>> --- old/drivers/ata/ata_piix.c  2007-06-17 23:06:12.000000000 +0200
>> +++ new/drivers/ata/ata_piix.c  2007-06-17 23:15:57.000000000 +0200
>> @@ -243,6 +243,8 @@
>>        { 0x8086, 0x292d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci
},
>>        /* SATA Controller IDE (ICH9M) */
>>        { 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci
},
>> +       /* Mobile SATA Controller IDE (ICH9M) */
>> +       { 0x8086, 0x2850, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
ich8_sata_ahci },
>                      ^^^^
>http://pci-ids.ucw.cz/iii/?i=80862850
>
>Is this really a SATA controller?
>((ICH8M/ICH8M-E) IDE Controller)
>
>Regards,
>Michal
>
>--
>LOG
>http://www.stardust.webpages.pl/log/
>-
>To unsubscribe from this list: send the line "unsubscribe linux-ide" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] Add new ICH9M pci id (8086:2850) to ata_piix id list
@ 2007-06-18 18:05     ` Gaston, Jason D
  0 siblings, 0 replies; 5+ messages in thread
From: Gaston, Jason D @ 2007-06-18 18:05 UTC (permalink / raw)
  To: Michal Piotrowski, Maurizio Monge
  Cc: linux-kernel, linux-ide, Alan Cox, Jeff Garzik

DID 2850 is not a SATA controller.  This is an ICH8 PATA controller DID.

Jason


>-----Original Message-----
>From: linux-ide-owner@vger.kernel.org [mailto:linux-ide-
>owner@vger.kernel.org] On Behalf Of Michal Piotrowski
>Sent: Sunday, June 17, 2007 2:36 PM
>To: Maurizio Monge
>Cc: linux-kernel@vger.kernel.org; linux-ide@vger.kernel.org; Alan Cox;
Jeff
>Garzik
>Subject: Re: [PATCH] Add new ICH9M pci id (8086:2850) to ata_piix id
list
>
>Hi,
>
>Maurizio Monge pisze:
>> To make ata_piix recognize my ich9m chip i had to apply the
>> modification that follows.
>>
>> Best regards
>> Maurizio Monge
>>
>>
>> diff -Nurb old/drivers/ata/ata_piix.c new/drivers/ata/ata_piix.c
>> --- old/drivers/ata/ata_piix.c  2007-06-17 23:06:12.000000000 +0200
>> +++ new/drivers/ata/ata_piix.c  2007-06-17 23:15:57.000000000 +0200
>> @@ -243,6 +243,8 @@
>>        { 0x8086, 0x292d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci
},
>>        /* SATA Controller IDE (ICH9M) */
>>        { 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci
},
>> +       /* Mobile SATA Controller IDE (ICH9M) */
>> +       { 0x8086, 0x2850, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
ich8_sata_ahci },
>                      ^^^^
>http://pci-ids.ucw.cz/iii/?i=80862850
>
>Is this really a SATA controller?
>((ICH8M/ICH8M-E) IDE Controller)
>
>Regards,
>Michal
>
>--
>LOG
>http://www.stardust.webpages.pl/log/
>-
>To unsubscribe from this list: send the line "unsubscribe linux-ide" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-18 18:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-17 21:23 [PATCH] Add new ICH9M pci id (8086:2850) to ata_piix id list Maurizio Monge
2007-06-17 21:36 ` Michal Piotrowski
2007-06-18  3:40   ` Maurizio Monge
2007-06-18 18:05   ` Gaston, Jason D
2007-06-18 18:05     ` Gaston, Jason D

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.