[Patch 1/1] Add support for VT6330
Tim Gardner
tim.gardner at canonical.com
Thu Oct 15 13:16:37 UTC 2009
BruceChang at via.com.tw wrote:
> To whom it may concern:
> I would like to request to add support of VT6330 chipset in Ubuntu 9.10. VT6330 is similar to VT6415.
> The patch has been submitted for upstream at http://marc.info/?l=linux-ide&m=125559436426187&w=2.
> Following is the patch based on Ubuntu 9.10 beta(2.6.31-11). It's very simple, just extend the rev_max of VT6415.
>
> Sign-off by Bruce Chang <BruceChang at via.com.tw>
> --- a/drivers/ata/pata_via.c 2009-10-15 17:23:53.542707104 +0800
> +++ b/drivers/ata/pata_via.c 2009-10-15 17:24:10.742768910 +0800
> @@ -111,7 +111,7 @@
> { "vt8251", PCI_DEVICE_ID_VIA_8251, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
> { "cx700", PCI_DEVICE_ID_VIA_CX700, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST | VIA_SATA_PATA },
> { "vt6410", PCI_DEVICE_ID_VIA_6410, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST | VIA_NO_ENABLES },
> - { "vt6415", PCI_DEVICE_ID_VIA_6415, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST | VIA_NO_ENABLES },
> + { "vt6415", PCI_DEVICE_ID_VIA_6415, 0x00, 0xff, VIA_UDMA_133 | VIA_BAD_AST | VIA_NO_ENABLES },
> { "vt8237a", PCI_DEVICE_ID_VIA_8237A, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
> { "vt8237", PCI_DEVICE_ID_VIA_8237, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
> { "vt8235", PCI_DEVICE_ID_VIA_8235, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST },
>
Bruce - you should also send this patch to stable at kernel.org because I
noticed that your original email to LKML did not contain a 'Cc:
stable at kernel.org'
--
Tim Gardner tim.gardner at canonical.com
More information about the kernel-team
mailing list