linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.16-rc5 1/2] ahci: add another JMicron pci id
@ 2006-06-16  2:04 justin
  2006-06-23  3:19 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: justin @ 2006-06-16  2:04 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide

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

add another jmicron pci id

Signed-off-by: Random J Developer <random@developer.org>


[-- Attachment #2: patch --]
[-- Type: application/octet-stream, Size: 908 bytes --]

diff -ur linux-2.6.17-rc5-orig/drivers/scsi/ahci.c linux-2.6.17-rc5/drivers/scsi/ahci.c
--- linux-2.6.17-rc5-orig/drivers/scsi/ahci.c	2006-05-26 18:38:59.000000000 +0800
+++ linux-2.6.17-rc5/drivers/scsi/ahci.c	2006-05-26 18:46:00.000000000 +0800
@@ -290,8 +290,14 @@
 	  board_ahci }, /* ICH8M */
 	{ 0x197b, 0x2360, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* JMicron JMB360 */
+	{ 0x197b, 0x2361, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* JMicron JMB361 */
 	{ 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* JMicron JMB363 */
+	{ 0x197b, 0x2365, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* JMicron JMB365 */
+	{ 0x197b, 0x2366, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* JMicron JMB366 */
 	{ PCI_VENDOR_ID_ATI, 0x4380, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* ATI SB600 non-raid */
 	{ PCI_VENDOR_ID_ATI, 0x4381, PCI_ANY_ID, PCI_ANY_ID, 0, 0,

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

* Re: [PATCH 2.6.16-rc5 1/2] ahci: add another JMicron pci id
  2006-06-16  2:04 [PATCH 2.6.16-rc5 1/2] ahci: add another JMicron pci id justin
@ 2006-06-23  3:19 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-06-23  3:19 UTC (permalink / raw)
  To: justin; +Cc: linux-ide

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

Just to speed things along, I applied the attached patch...

	Jeff




[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 776 bytes --]

8fa29b23d9e0ef976dc578aab98297d4f24f70da
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c
index 82ecdef..df779ba 100644
--- a/drivers/scsi/ahci.c
+++ b/drivers/scsi/ahci.c
@@ -320,8 +320,14 @@ static const struct pci_device_id ahci_p
 	/* JMicron */
 	{ 0x197b, 0x2360, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* JMicron JMB360 */
+	{ 0x197b, 0x2361, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* JMicron JMB361 */
 	{ 0x197b, 0x2363, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_ahci }, /* JMicron JMB363 */
+	{ 0x197b, 0x2365, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* JMicron JMB365 */
+	{ 0x197b, 0x2366, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_ahci }, /* JMicron JMB366 */
 
 	/* ATI */
 	{ PCI_VENDOR_ID_ATI, 0x4380, PCI_ANY_ID, PCI_ANY_ID, 0, 0,

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

end of thread, other threads:[~2006-06-23  3:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-16  2:04 [PATCH 2.6.16-rc5 1/2] ahci: add another JMicron pci id justin
2006-06-23  3:19 ` 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).