> This patch updates the pata_via cable override DMI table to also
> recognise my Targa Visionary 811 laptop (== Arima W730-K8).
> With this patch pata_via does UDMA100 just like the old IDE driver.
> 
> Signed-off-by: Mikael Pettersson <[EMAIL PROTECTED]>

Acked-by: Alan Cox <[EMAIL PROTECTED]>

> ---
>  drivers/ata/pata_via.c |    7 +++++++
>  1 files changed, 7 insertions(+)
> 
> --- linux-2.6.23-rc3/drivers/ata/pata_via.c.~1~       2007-08-21 
> 00:45:11.000000000 +0200
> +++ linux-2.6.23-rc3/drivers/ata/pata_via.c   2007-08-21 01:01:27.000000000 
> +0200
> @@ -136,6 +136,13 @@ static struct dmi_system_id cable_dmi_ta
>                       DMI_MATCH(DMI_BOARD_NAME, "Ferrari 3400"),
>               },
>       },
> +     {
> +             .ident = "Arima W730-K8",
> +             .matches = {
> +                     DMI_MATCH(DMI_BOARD_VENDOR, "ACTEBIS"),
> +                     DMI_MATCH(DMI_BOARD_NAME, "SAM#451B"),
> +             },
> +     },
>       { }
>  };
>  


-- 
--
        "Alan, I'm getting a bit worried about you."
                                -- Linus Torvalds
-
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

Reply via email to