Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258417
b: refs/heads/master
c: 3c4aa91
h: refs/heads/master
i:
  258415: 25e601a
v: v3
  • Loading branch information
Mark Nelson authored and Jeff Garzik committed Jul 23, 2011
1 parent 4458444 commit ec3270d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38941c9521e9ee6064b402dd460ac9dd2df89890
refs/heads/master: 3c4aa91f21f65b7b40bdfb015eacbcb8453ccae2
12 changes: 12 additions & 0 deletions trunk/drivers/ata/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ec3270d

Please sign in to comment.