[PATCH 1/1] ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID's
Brad Figg
brad.figg at canonical.com
Mon Jan 10 21:11:12 UTC 2011
On 12/22/2010 08:43 AM, Andy Whitcroft wrote:
> From: Jason Gaston<jason.d.gaston at intel.com>
>
> This patch adds the Intel ICH10 IDE mode SATA Controller DeviceID's.
>
> Signed-off-by: Jason Gaston<jason.d.gaston at intel.com>
> Signed-off-by: Jeff Garzik<jeff at garzik.org>
>
> (cherry-picked from bf7f22b9cac74a1e3d8b8e77350db2baca2c35be upstream)
> BugLink: http://bugs.launchpad.net/bugs/693401
> Signed-off-by: Andy Whitcroft<apw at canonical.com>
> ---
> drivers/ata/ata_piix.c | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
> index 4d769b8..9746b64 100644
> --- a/drivers/ata/ata_piix.c
> +++ b/drivers/ata/ata_piix.c
> @@ -263,6 +263,14 @@ static const struct pci_device_id piix_pci_tbl[] = {
> { 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 */
> };
Acked-by: Brad Figg<brad.figg at canonical.com>
--
Brad Figg brad.figg at canonical.com http://www.canonical.com
More information about the kernel-team
mailing list