linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: AHCI should try to claim all AHCI controllers
@ 2006-11-01 13:39 Conke Hu
  2006-11-02 13:15 ` Martin Waitz
  0 siblings, 1 reply; 9+ messages in thread
From: Conke Hu @ 2006-11-01 13:39 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: torvalds, linux-kernel, linux-ide

Thank you, Jeff.
But who should be the "Signed-off-by" man when I create a patch and ready for sending it to kernel org?

Best regards,
Conke @ AMD, Inc.



-----Original Message-----
From: Jeff Garzik [mailto:jgarzik@pobox.com] 
Sent: 2006年11月1日 13:11
To: Conke Hu
Cc: torvalds@osdl.org; linux-kernel@vger.kernel.org; linux-ide@vger.kernel.org
Subject: Re: AHCI should try to claim all AHCI controllers

Conke Hu wrote:
> Hi all,
> 	According to PCI 3.0 spec, ACHI's PCI class code is 0x010601,
> and I suggest the ahci driver had better try to claim all ahci
> controllers, pls see the following patch:

BTW, make sure to always include a Signed-off-by: line in every patch.

See http://linux.yyz.us/patch-format.html and 
http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt and 
Documentation/SubmittingPatches (in the kernel source tree).

	Jeff






^ permalink raw reply	[flat|nested] 9+ messages in thread
* AHCI should try to claim all AHCI controllers
@ 2006-10-31 15:06 Conke Hu
  2006-11-01  5:07 ` Jeff Garzik
  2006-11-01  5:11 ` Jeff Garzik
  0 siblings, 2 replies; 9+ messages in thread
From: Conke Hu @ 2006-10-31 15:06 UTC (permalink / raw)
  To: jgarzik, torvalds, linux-kernel, linux-ide

Hi all,
	According to PCI 3.0 spec, ACHI's PCI class code is 0x010601,
and I suggest the ahci driver had better try to claim all ahci
controllers, pls see the following patch:

diff -Nur linux-2.6.17/drivers/scsi/ahci.c
linux-2.6.17-ahci/drivers/scsi/ahci.c
--- linux-2.6.17/drivers/scsi/ahci.c	2006-06-18 09:49:35.000000000
+0800
+++ linux-2.6.17-ahci/drivers/scsi/ahci.c	2006-10-31
22:50:54.000000000 +0800
@@ -296,6 +296,11 @@
 	  board_ahci }, /* ATI SB600 non-raid */
 	{ PCI_VENDOR_ID_ATI, 0x4381, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* ATI SB600 raid */
+	/* Claim all AHCI controllers not listed above. 
+	 * According to PCI 3.0, AHCI's class code is 0x010601 
+        */
+	{ PCI_AND_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, 0x010601,
0xffffff, 
+	board_ahci },
 	{ }	/* terminate list */
 };


Best regards,
Conke @ AMD, Inc.





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-11-02 13:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-01 13:39 AHCI should try to claim all AHCI controllers Conke Hu
2006-11-02 13:15 ` Martin Waitz
  -- strict thread matches above, loose matches on Subject: below --
2006-10-31 15:06 Conke Hu
2006-11-01  5:07 ` Jeff Garzik
2006-11-01  5:22   ` Linus Torvalds
2006-11-01  5:35     ` Jeff Garzik
2006-11-01 12:23     ` Alan Cox
2006-11-01 14:37       ` Mark Lord
2006-11-01  5:11 ` Jeff Garzik

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).