[PATCH] SATA AHCI support for Intel ICH7R

Linux Kernel Mailing List <[email protected]>
Newsgroups gmane.linux.kernel.commits.2-4
Message-ID <[email protected]>
ChangeSet 1.1568.1.3, 2005/01/27 16:53:51-05:00, [email protected]

	[PATCH] SATA AHCI support for Intel ICH7R
	
	This patch adds the Intel ICH7R DID's to the ahci.c SATA AHCI driver
	for ICH7R SATA support.
	
	Signed-off-by:  Jason Gaston <[email protected]>
	Signed-off-by: Jeff Garzik <[email protected]>



 ahci.c |    4 ++++
 1 files changed, 4 insertions(+)


diff -Nru a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c
--- a/drivers/scsi/ahci.c	2005-01-30 15:36:48 -08:00
+++ b/drivers/scsi/ahci.c	2005-01-30 15:36:48 -08:00
@@ -248,6 +248,10 @@
 	  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 */
 };
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.