From: Tejun Heo Date: Sun, 16 Aug 2009 12:04:02 +0000 (+0900) Subject: ahci: make ahci_asus_m2a_vm_32bit_only() quirk more generic X-Git-Tag: v2.6.32-rc1~717^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d783bf5573ff316a8c703eed811a9a97901a8b;p=pandora-kernel.git ahci: make ahci_asus_m2a_vm_32bit_only() quirk more generic It turns out ASUS M2A-VM isn't the only one with the 32bit DMA problem. Make ahci_asus_m2a_vm_32bit_only() more generic using the new dmi_get_date() and rename it to ahci_sb600_32bit_only(). Cut off date is now pointed to by dmi_system_id->driver_data in "yyyymmdd" format and it's now also allowed to be omitted. Signed-off-by: Tejun Heo Cc: Sandor Bodo-Merle Cc: Shane Huang Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed