linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <htejun@gmail.com>
To: Holger Hasselmann <hhasselm@web.de>
Cc: linux-ide@vger.kernel.org, Shane.Huang@amd.com
Subject: Re: Gigabyte GA-MA69VM-S2 can't do 64bit DMA
Date: Wed, 16 Sep 2009 04:09:33 +0900	[thread overview]
Message-ID: <4AAFE66D.8050807@gmail.com> (raw)
In-Reply-To: <4AAE8252.8000206@web.de>

[-- Attachment #1: Type: text/plain, Size: 651 bytes --]

Holger Hasselmann wrote:
> Hello Tejun,
> 
> I want let you know, that the following laptop would need to be included
> in the list of the 32bit DMA boards.
> 
> First I have used the snapshot 2.6.31-git and was not able to boot until
> I reversed the patch 58a09b38cfcd700b796ea07ae3d2e0efbb28b561.
> 
> I have tried it with the snapshot 2.6.31-git2 and was not able to boot.
> 
> I have checked the latest bios (1.10c) for this laptop and it did not
> worked.
> 
> I will attache the dmidecoder output (don't know if this helps).

Can you please verify the attached patch fixes the problem?  This should
apply cleanly to 2.6.31.

Thanks.

-- 
tejun

[-- Attachment #2: amilo-pa-2510-32bit-only.patch --]
[-- Type: text/x-patch, Size: 709 bytes --]

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index d4cd9c2..95ac661 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -2688,6 +2688,20 @@ static bool ahci_sb600_32bit_only(struct pci_dev *pdev)
 				DMI_MATCH(DMI_BOARD_NAME, "GA-MA69VM-S2"),
 			},
 		},
+		/*
+		 * This laptop can't do 64bit DMA either.  The latest
+		 * BIOS as of this writing (1.10c) doesn't fix the
+		 * problem either.
+		 *
+		 * http://thread.gmane.org/gmane.linux.ide/42716
+		 */
+		{
+			.ident = "Fujitsu-Siemens AMILO Pa 2510",
+			.matches = {
+				DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
+				DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Pa 2510"),
+			},
+		},
 		{ }
 	};
 	const struct dmi_system_id *match;

  reply	other threads:[~2009-09-15 19:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-14 17:50 Gigabyte GA-MA69VM-S2 can't do 64bit DMA Holger Hasselmann
2009-09-15 19:09 ` Tejun Heo [this message]
2009-09-16  9:19   ` Holger Hasselmann
2009-09-16 10:49     ` Tejun Heo
2009-09-17 22:12       ` Holger Hasselmann
2009-09-18  0:43         ` Tejun Heo
2009-09-18  1:17           ` Huang, Shane
2009-09-18  8:09             ` Tejun Heo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AAFE66D.8050807@gmail.com \
    --to=htejun@gmail.com \
    --cc=Shane.Huang@amd.com \
    --cc=hhasselm@web.de \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).