fixunix
Tags Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

[PATCH 2.6.24] ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID's - Kernel

This is a discussion on [PATCH 2.6.24] ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID's - Kernel ; This patch adds the Intel ICH10 IDE mode SATA Controller DeviceID's. Signed-off-by: Jason Gaston --- linux-2.6.24/drivers/ata/ata_piix.c.orig 2008-01-24 14:58:37.000000000 -0800 +++ linux-2.6.24/drivers/ata/ata_piix.c 2008-01-28 14:58:22.000000000 -0800 @@ -263,6 +263,14 @@ { 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci }, /* SATA Controller ...


Fix Unix > Linux > Help > Kernel > [PATCH 2.6.24] ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID's

Reply
 
LinkBack Tools
  #1  
Old 01-29-2008, 12:40 AM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default [PATCH 2.6.24] ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID's

This patch adds the Intel ICH10 IDE mode SATA Controller DeviceID's.

Signed-off-by: Jason Gaston

--- linux-2.6.24/drivers/ata/ata_piix.c.orig 2008-01-24 14:58:37.000000000 -0800
+++ linux-2.6.24/drivers/ata/ata_piix.c 2008-01-28 14:58:22.000000000 -0800
@@ -263,6 +263,14 @@
{ 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
/* SATA Controller IDE (Tolapai) */
{ 0x8086, 0x5028, PCI_ANY_ID, PCI_ANY_ID, 0, 0, tolapai_sata_ahci },
+ /* SATA Controller IDE (ICH10) */
+ { 0x8086, 0x3a00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
+ /* SATA Controller IDE (ICH10) */
+ { 0x8086, 0x3a06, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
+ /* SATA Controller IDE (ICH10) */
+ { 0x8086, 0x3a20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
+ /* SATA Controller IDE (ICH10) */
+ { 0x8086, 0x3a26, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },

{ } /* terminate list */
};
--
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/
Reply With Quote
  #2  
Old 01-29-2008, 05:20 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: [PATCH 2.6.24] ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID's

Jason Gaston wrote:
> This patch adds the Intel ICH10 IDE mode SATA Controller DeviceID's.
>
> Signed-off-by: Jason Gaston
>
> --- linux-2.6.24/drivers/ata/ata_piix.c.orig 2008-01-24 14:58:37.000000000 -0800
> +++ linux-2.6.24/drivers/ata/ata_piix.c 2008-01-28 14:58:22.000000000 -0800
> @@ -263,6 +263,14 @@
> { 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
> /* SATA Controller IDE (Tolapai) */
> { 0x8086, 0x5028, PCI_ANY_ID, PCI_ANY_ID, 0, 0, tolapai_sata_ahci },
> + /* SATA Controller IDE (ICH10) */
> + { 0x8086, 0x3a00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
> + /* SATA Controller IDE (ICH10) */
> + { 0x8086, 0x3a06, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },
> + /* SATA Controller IDE (ICH10) */
> + { 0x8086, 0x3a20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci },
> + /* SATA Controller IDE (ICH10) */
> + { 0x8086, 0x3a26, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata },


can these do AHCI mode without losing any PATA ports?

if so, I would prefer to always drive the hardware in AHCI mode, if it
is capable of doing so.

--
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/
Reply With Quote
  #3  
Old 01-29-2008, 06:10 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default RE: [PATCH 2.6.24] ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID's

>-----Original Message-----
>From: Jeff Garzik [mailto:jgarzik@pobox.com]
>Sent: Tuesday, January 29, 2008 9:14 AM
>To: Gaston, Jason D
>Cc: linux-ide@vger.kernel.org; linux-kernel@vger.kernel.org;
>htejun@gmail.com
>Subject: Re: [PATCH 2.6.24] ata_piix: IDE mode SATA patch for Intel

ICH10
>DeviceID's
>
>Jason Gaston wrote:
>> This patch adds the Intel ICH10 IDE mode SATA Controller DeviceID's.
>>
>> Signed-off-by: Jason Gaston
>>
>> --- linux-2.6.24/drivers/ata/ata_piix.c.orig 2008-01-24

>14:58:37.000000000 -0800
>> +++ linux-2.6.24/drivers/ata/ata_piix.c 2008-01-28

14:58:22.000000000 -
>0800
>> @@ -263,6 +263,14 @@
>> { 0x8086, 0x292e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci

},
>> /* SATA Controller IDE (Tolapai) */
>> { 0x8086, 0x5028, PCI_ANY_ID, PCI_ANY_ID, 0, 0,

tolapai_sata_ahci },
>> + /* SATA Controller IDE (ICH10) */
>> + { 0x8086, 0x3a00, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci

},
>> + /* SATA Controller IDE (ICH10) */
>> + { 0x8086, 0x3a06, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata

},
>> + /* SATA Controller IDE (ICH10) */
>> + { 0x8086, 0x3a20, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_sata_ahci

},
>> + /* SATA Controller IDE (ICH10) */
>> + { 0x8086, 0x3a26, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich8_2port_sata

},
>
>can these do AHCI mode without losing any PATA ports?
>
>if so, I would prefer to always drive the hardware in AHCI mode, if it
>is capable of doing so.


They do not have PATA.

Jason


--
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/
Reply With Quote
Reply

Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
[PATCH 2.6.25-rc1] i2c-i801: SMBus patch for Intel ICH10 DeviceID's unix Kernel 2 02-12-2008 06:20 PM
[PATCH 2.6.24] pci_ids: patch for Intel ICH10 DeviceID's unix Kernel 4 02-12-2008 03:40 PM
[PATCH 2.6.24] ahci: RAID mode SATA patch for Intel ICH10 DeviceID's unix Kernel 1 01-29-2008 05:20 PM
[PATCH 2.6.24] hda_intel: ALSA HD Audio patch for Intel ICH10 DeviceID's unix Kernel 1 01-29-2008 11:40 AM
[PATCH 2.6.24] i2c-i801: SMBus patch for Intel ICH10 DeviceID's unix Kernel 0 01-29-2008 12:30 AM


All times are GMT. The time now is 09:59 AM.