Linux ATA/IDE development
 help / color / mirror / Atom feed
From: Todd Merrill <turmlos@comcast.net>
To: jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org
Subject: [PATCH] ahci: Enable SB600 64bit DMA on Gateway SJM11-YK
Date: Sun, 07 Mar 2010 00:51:21 -0500	[thread overview]
Message-ID: <1267941081.3382.16.camel@localhost> (raw)

ahci: Enable SB600 64bit DMA on Gateway SJM11-YK

The SJM11-YK motherboard, found in Gateway LT31 series netbooks, can
also support 64bit DMA. Tested with the earliest and latest known BIOS
versions.

Applies to kernel 2.6.33.

Signed-off-by: Todd Merrill <turmlos@comcast.net>

--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -2758,6 +2758,19 @@ static bool ahci_sb600_enable_64bit(stru
 				DMI_MATCH(DMI_BOARD_NAME, "MS-7376"),
 			},
 		},
+		/*
+		 * The BIOS on the Gateway SJM11-YK, found in Gateway
+		 * LT31 series netbooks, supports 64bit DMA. Tested with
+		 * BIOS versions 1.3103 and 1.3302.
+		 */
+		{
+			.ident = "Gateway SJM11-YK",
+			.matches = {
+				DMI_MATCH(DMI_BOARD_VENDOR,
+					  "Gateway"),
+				DMI_MATCH(DMI_BOARD_NAME, "SJM11-YK"),
+			},
+		},
 		{ }
 	};
 	const struct dmi_system_id *match;



             reply	other threads:[~2010-03-07  5:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-07  5:51 Todd Merrill [this message]
2010-03-24 23:38 ` [PATCH] ahci: Enable SB600 64bit DMA on Gateway SJM11-YK Tejun Heo
2010-05-15  4:10   ` Jeff Garzik

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=1267941081.3382.16.camel@localhost \
    --to=turmlos@comcast.net \
    --cc=jgarzik@pobox.com \
    --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