[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#369378: marked as done (linux-2.6: Dell CERC ATA100/4ch not supported by any driver in 2.6.16)



Your message dated Wed, 27 Sep 2006 20:39:30 +0200
with message-id <451AC562.9070701@tis.icnet.pl>
and subject line Bug#369378: linux-2.6: Dell CERC ATA100/4ch not supported by any driver in 2.6.16
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: linux-2.6
Severity: normal
Tags: patch

In order to use a 2.6.16 linux kernel on our Dell PowerEdge 1600SC with
CERC ATA100/4ch raid controller I had to apply th following patch to the
legacy megaraid driver to support the device.

The new driver (megaraid_mbox) recognized the device, displayed some
info on its configuration, but did not provide the system with any
disks. I guess it does not support CERC ATA100/4ch at all.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.16-1-d2
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
--- linux-source-2.6.16_14/drivers/scsi/megaraid.h	2006-03-20 06:53:29.000000000 +0100
+++ linux-source-2.6.16-1-d2_11bpo1.200605252227/drivers/scsi/megaraid.h	2006-05-29 13:14:03.000000000 +0200
@@ -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
--- linux-source-2.6.16_14/drivers/scsi/megaraid.c	2006-03-20 06:53:29.000000000 +0100
+++ linux-source-2.6.16-1-d2_11bpo1.200605252227/drivers/scsi/megaraid.c	2006-05-29 13:20:32.000000000 +0200
@@ -5042,6 +5042,8 @@
 		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,}

--- End Message ---
--- Begin Message --- As my initial report contained a patch against the old megaraid driver that was not accepted upstream, and I reported a workaround for the new megaraid_mbox driver (bug #374792), I decided to close this bug with wontfix tag.

Thank you,
Janusz

--- End Message ---

Reply to: