|
@@ -753,6 +753,18 @@ static bool ahci_sb600_enable_64bit(struct pci_dev *pdev)
|
|
|
DMI_MATCH(DMI_BOARD_NAME, "MS-7376"),
|
|
|
},
|
|
|
},
|
|
|
+ /*
|
|
|
+ * All BIOS versions for the Asus M3A support 64bit DMA.
|
|
|
+ * (all release versions from 0301 to 1206 were tested)
|
|
|
+ */
|
|
|
+ {
|
|
|
+ .ident = "ASUS M3A",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_BOARD_VENDOR,
|
|
|
+ "ASUSTeK Computer INC."),
|
|
|
+ DMI_MATCH(DMI_BOARD_NAME, "M3A"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{ }
|
|
|
};
|
|
|
const struct dmi_system_id *match;
|