From: Andrew Morton Add device ID for asus m2v onboard controller. Joachim Schlichting says this works. Cc: Jeff Garzik Cc: Tejun Heo Signed-off-by: Andrew Morton --- drivers/ata/sata_via.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/ata/sata_via.c~asus-mv-device-ids drivers/ata/sata_via.c --- a/drivers/ata/sata_via.c~asus-mv-device-ids +++ a/drivers/ata/sata_via.c @@ -80,7 +80,7 @@ static const struct pci_device_id svia_p { 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 }, - + { 0x1106, 0x0591, PCI_ANY_ID, PCI_ANY_ID, 0, 0, vt6420 }, { } /* terminate list */ }; _