ASM1061 PCI-E to SATA bridge controller has two variants.
One works under AHCI and the other works with ata_generic.
Add the PCI vendor ID and product IDs accordingly.
Signed-off-by: Keng-Yu Lin<kengyu@xxxxxxxxxxxxx>[...]
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index f8910e1..87182b8 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2844,3 +2844,7 @@
#define PCI_VENDOR_ID_XEN 0x5853
#define PCI_DEVICE_ID_XEN_PLATFORM 0x0001
+
+#define PCI_VENDOR_ID_ASMEDIA 0x1b21
+#define PCI_DEVICE_ID_ASM1061_IDE 0x0611
+#define PCI_DEVICE_ID_ASM1061_AHCI 0x0612