The initial submittal of this patch was erroneously sent to the wrong list (linux-scsi), and I neglected to cc the maintainer. Never received an ACK. This patch adds support for the VIA Technologies VT8237A SATA controller. Signed-off-by: Jay Cliburn <jacliburn@xxxxxxxxxxxxx> --- diff --git a/drivers/scsi/sata_via.c b/drivers/scsi/sata_via.c index 03baec2..d939fc8 100644 --- a/drivers/scsi/sata_via.c +++ b/drivers/scsi/sata_via.c @@ -76,6 +76,7 @@ static u32 svia_scr_read (struct ata_por static void svia_scr_write (struct ata_port *ap, unsigned int sc_reg, u32 val); static const struct pci_device_id svia_pci_tbl[] = { + { 0x1106, 0x0591, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 }, { 0x1106, 0x3149, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 }, { 0x1106, 0x3249, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6421 }, - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html