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

Bug#369378: marked as done (linux-2.6: Dell CERC ATA100/4ch with >128GB disks not supported)



Your message dated Sun, 21 Dec 2008 02:36:36 +0100
with message-id <20081221013636.GA26386@galadriel.inutil.org>
and subject line Re: Fixed upstream 2.6.26
has caused the Debian Bug report #369378,
regarding linux-2.6: Dell CERC ATA100/4ch with >128GB disks not supported
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
369378: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369378
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- 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 ---
Version: 2.6.26-1

On Wed, Aug 06, 2008 at 01:22:52PM +0200, Torsten Krah wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=6695
> 
> Fixed upstream in 2.6.26.

Closing properly versioned.

Cheers,
        Moritz


--- End Message ---

Reply to: