All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gaston <jason.d.gaston@intel.com>
To: jgarzik@redhat.com
Cc: linux-kernel@vger.kernel.org, jason.d.gaston@intel.com
Subject: [PATCH] SATA AHCI support for Intel ICH7R - 2.6.11-rc1
Date: Fri, 21 Jan 2005 08:53:49 -0800	[thread overview]
Message-ID: <200501210853.49746.jason.d.gaston@intel.com> (raw)

This patch adds the Intel ICH7R DID's to the ahci.c SATA AHCI driver for ICH7R SATA support.
If acceptable, please apply.

Thanks,

Jason Gaston

Signed-off-by:  Jason Gaston <Jason.d.gaston@intel.com>

--- linux-2.6.11-rc1/drivers/scsi/ahci.c.orig	2005-01-21 07:46:58.202269784 -0800
+++ linux-2.6.11-rc1/drivers/scsi/ahci.c	2005-01-21 07:48:58.732946336 -0800
@@ -246,6 +246,10 @@ static struct pci_device_id ahci_pci_tbl
 	  board_ahci }, /* ICH7 */
 	{ PCI_VENDOR_ID_INTEL, 0x27c5, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* ICH7M */
+	{ PCI_VENDOR_ID_INTEL, 0x27c2, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* ICH7R */
+	{ PCI_VENDOR_ID_INTEL, 0x27c3, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* ICH7R */
 	{ }	/* terminate list */
 };
 

             reply	other threads:[~2005-01-21 23:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-21 16:53 Jason Gaston [this message]
2005-01-27 21:52 ` [PATCH] SATA AHCI support for Intel ICH7R - 2.6.11-rc1 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=200501210853.49746.jason.d.gaston@intel.com \
    --to=jason.d.gaston@intel.com \
    --cc=jgarzik@redhat.com \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.