Skip to content

Commit 08be09b

Browse files
Jay CliburnJeff Garzik
authored andcommitted
[PATCH] sata_via: Add SATA support for vt8237a
This patch adds support for the VIA Technologies VT8237A SATA controller, used, for example, on the ASUS M2V socket AM2 motherboard. Signed-off-by: Jay Cliburn <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 58707cc commit 08be09b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ata/sata_via.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ static u32 svia_scr_read (struct ata_port *ap, unsigned int sc_reg);
7676
static void svia_scr_write (struct ata_port *ap, unsigned int sc_reg, u32 val);
7777

7878
static const struct pci_device_id svia_pci_tbl[] = {
79+
{ 0x1106, 0x0591, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
7980
{ 0x1106, 0x3149, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 },
8081
{ 0x1106, 0x3249, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6421 },
8182

0 commit comments

Comments
 (0)