public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: [patch 18/24] megaraid: Dell CERC ATA100/4ch support
@ 2006-09-27 13:48 Ju, Seokmann
  2006-09-27 16:25 ` Janusz Krzysztofik
  0 siblings, 1 reply; 6+ messages in thread
From: Ju, Seokmann @ 2006-09-27 13:48 UTC (permalink / raw)
  To: Janusz Krzysztofik; +Cc: akpm, James.Bottomley, linux-scsi

> Will you accept a patch that limits PCI IDs with VID=101E, 
> DID=1960 and 
> SSVID=1028 in the new driver to exactly three models specified in its 
> source file comments and, on the other hand, adds PCI ID of Dell CERC 
> ATA100/4ch to the old driver?
I've forwarded your request to program management team. But, I don't think it will be accepted.
Technically, I would recommend you to check F/W version and make sure it is not higher than 6.61.
I believe the problem happens with 6.62 or higher.

Thank you, 

> -----Original Message-----
> From: Janusz Krzysztofik [mailto:jkrzyszt@tis.icnet.pl] 
> Sent: Wednesday, September 27, 2006 6:39 AM
> To: Ju, Seokmann
> Cc: akpm@osdl.org; James.Bottomley@steeleye.com; 
> linux-scsi@vger.kernel.org
> Subject: Re: [patch 18/24] megaraid: Dell CERC ATA100/4ch support
> 
> Ju, Seokmann wrote:
> > Hi,
> > On Tuesday, August 15, 2006 2:10 AM, Janusz Krzysztofik wrote:
> >> Add CERC subsystem ids to the old megaraid driver.  Tested, works.
> > NACK - This addition will create PCI ID overlapping with 
> megaraid_{mbox,mm} module under driver/scsi/megaraid.
> > Since 2.6.16, we have removed some IDs in the megaraid 
> module under driver/scsi to address ID overlappijng issue.
> > Please switch to megaraid_{mbox,mm} module for the 
> controller support. megaraid module under driver/scsi is 
> dedicated to very old products.
> > 
> > Seokmann
> 
> Hi,
> 
> Dell CECR ATA100/4ch does not work with the new megaraid_mbox 
> driver for 
> me. The adapter is recognized, but it does not show any virtual nor 
> physical drives. I have no skills to correct the problem. 
> Furthermore, I 
> have found some comments on this hardware no longer supported 
> by Dell, 
> RedHat, etc.
> 
> Will you accept a patch that limits PCI IDs with VID=101E, 
> DID=1960 and 
> SSVID=1028 in the new driver to exactly three models specified in its 
> source file comments and, on the other hand, adds PCI ID of Dell CERC 
> ATA100/4ch to the old driver?
> 
> Janusz
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread
* RE: [patch 18/24] megaraid: Dell CERC ATA100/4ch support
@ 2006-08-15 14:19 Ju, Seokmann
  2006-09-27 10:39 ` Janusz Krzysztofik
  0 siblings, 1 reply; 6+ messages in thread
From: Ju, Seokmann @ 2006-08-15 14:19 UTC (permalink / raw)
  To: akpm, James.Bottomley; +Cc: linux-scsi, jkrzyszt

Hi,
On Tuesday, August 15, 2006 2:10 AM, Janusz Krzysztofik wrote:
> Add CERC subsystem ids to the old megaraid driver.  Tested, works.
NACK - This addition will create PCI ID overlapping with megaraid_{mbox,mm} module under driver/scsi/megaraid.
Since 2.6.16, we have removed some IDs in the megaraid module under driver/scsi to address ID overlappijng issue.
Please switch to megaraid_{mbox,mm} module for the controller support. megaraid module under driver/scsi is dedicated to very old products.

Seokmann

> -----Original Message-----
> From: linux-scsi-owner@vger.kernel.org 
> [mailto:linux-scsi-owner@vger.kernel.org] On Behalf Of akpm@osdl.org
> Sent: Tuesday, August 15, 2006 2:10 AM
> To: James.Bottomley@steeleye.com
> Cc: linux-scsi@vger.kernel.org; akpm@osdl.org; jkrzyszt@tis.icnet.pl
> Subject: [patch 18/24] megaraid: Dell CERC ATA100/4ch support
> 
> From: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
> 
> Add CERC subsystem ids to the old megaraid driver.  Tested, works.
> 
> Cc: James Bottomley <James.Bottomley@steeleye.com>
> Signed-off-by: Andrew Morton <akpm@osdl.org>
> ---
> 
>  drivers/scsi/megaraid.c |    2 ++
>  drivers/scsi/megaraid.h |    2 ++
>  2 files changed, 4 insertions(+)
> 
> diff -puN 
> drivers/scsi/megaraid.c~megaraid-dell-cerc-ata100-4ch-support 
> drivers/scsi/megaraid.c
> --- a/drivers/scsi/megaraid.c~megaraid-dell-cerc-ata100-4ch-support
> +++ a/drivers/scsi/megaraid.c
> @@ -5046,6 +5046,8 @@ static struct pci_device_id megaraid_pci
>  		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
>  	{PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID2,
>  		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
> +	{PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID3,
> +		PCI_VENDOR_ID_DELL, PCI_SUBSYS_ID_CERC_ATA100, 0, 0, 0},
>  	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_AMI_MEGARAID3,
>  		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
>  	{0,}
> diff -puN 
> drivers/scsi/megaraid.h~megaraid-dell-cerc-ata100-4ch-support 
> drivers/scsi/megaraid.h
> --- a/drivers/scsi/megaraid.h~megaraid-dell-cerc-ata100-4ch-support
> +++ a/drivers/scsi/megaraid.h
> @@ -84,6 +84,8 @@
>  #define LSI_SUBSYS_VID			0x1000
>  #define INTEL_SUBSYS_VID		0x8086
>  
> +#define PCI_SUBSYS_ID_CERC_ATA100	0x0511
> +
>  #define HBA_SIGNATURE	      		0x3344
>  #define HBA_SIGNATURE_471	  	0xCCCC
>  #define HBA_SIGNATURE_64BIT		0x0299
> _
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [patch 18/24] megaraid: Dell CERC ATA100/4ch support
@ 2006-08-15  6:09 akpm
  0 siblings, 0 replies; 6+ messages in thread
From: akpm @ 2006-08-15  6:09 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi, akpm, jkrzyszt

From: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>

Add CERC subsystem ids to the old megaraid driver.  Tested, works.

Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/scsi/megaraid.c |    2 ++
 drivers/scsi/megaraid.h |    2 ++
 2 files changed, 4 insertions(+)

diff -puN drivers/scsi/megaraid.c~megaraid-dell-cerc-ata100-4ch-support drivers/scsi/megaraid.c
--- a/drivers/scsi/megaraid.c~megaraid-dell-cerc-ata100-4ch-support
+++ a/drivers/scsi/megaraid.c
@@ -5046,6 +5046,8 @@ static struct pci_device_id megaraid_pci
 		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
 	{PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID2,
 		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+	{PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID3,
+		PCI_VENDOR_ID_DELL, PCI_SUBSYS_ID_CERC_ATA100, 0, 0, 0},
 	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_AMI_MEGARAID3,
 		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
 	{0,}
diff -puN drivers/scsi/megaraid.h~megaraid-dell-cerc-ata100-4ch-support drivers/scsi/megaraid.h
--- a/drivers/scsi/megaraid.h~megaraid-dell-cerc-ata100-4ch-support
+++ a/drivers/scsi/megaraid.h
@@ -84,6 +84,8 @@
 #define LSI_SUBSYS_VID			0x1000
 #define INTEL_SUBSYS_VID		0x8086
 
+#define PCI_SUBSYS_ID_CERC_ATA100	0x0511
+
 #define HBA_SIGNATURE	      		0x3344
 #define HBA_SIGNATURE_471	  	0xCCCC
 #define HBA_SIGNATURE_64BIT		0x0299
_

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

end of thread, other threads:[~2006-10-25 13:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-27 13:48 [patch 18/24] megaraid: Dell CERC ATA100/4ch support Ju, Seokmann
2006-09-27 16:25 ` Janusz Krzysztofik
2006-10-25 13:58   ` Janusz Krzysztofik
  -- strict thread matches above, loose matches on Subject: below --
2006-08-15 14:19 Ju, Seokmann
2006-09-27 10:39 ` Janusz Krzysztofik
2006-08-15  6:09 akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox