2007-06-19 18:48:59

by Mike Miller (OS Dev)

[permalink] [raw]
Subject: [PATCH 1/1] cciss: add new controller support for P700m

PATCH 1/1

This patch adds support for the Smart Array P700m SAS controller. This new
controller will ship Fall 2008. Please consider this for inclusion.

Signed-off-by: Mike Miller <[email protected]>

--------------------------------------------------------------------------------
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index 5acc6c4..0fcad43 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -87,6 +87,7 @@ static const struct pci_device_id cciss_
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3214},
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSD, 0x103C, 0x3215},
{PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x3237},
+ {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSC, 0x103C, 0x323D},
{PCI_VENDOR_ID_HP, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
PCI_CLASS_STORAGE_RAID << 8, 0xffff << 8, 0},
{0,}
@@ -119,6 +120,7 @@ static struct board_type products[] = {
{0x3214103C, "Smart Array E200i", &SA5_access, 120},
{0x3215103C, "Smart Array E200i", &SA5_access, 120},
{0x3237103C, "Smart Array E500", &SA5_access, 512},
+ {0x323D103C, "Smart Array P700m", &SA5_access, 512},
{0xFFFF103C, "Unknown Smart Array", &SA5_access, 120},
};


2007-06-19 18:52:21

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH 1/1] cciss: add new controller support for P700m

On Tue, Jun 19 2007, Mike Miller (OS Dev) wrote:
> PATCH 1/1
>
> This patch adds support for the Smart Array P700m SAS controller. This new
> controller will ship Fall 2008. Please consider this for inclusion.

Fall 2007?

Queued for 2.6.23.

--
Jens Axboe

2007-06-19 18:53:55

by Mike Miller

[permalink] [raw]
Subject: RE: [PATCH 1/1] cciss: add new controller support for P700m



> -----Original Message-----
> From: Jens Axboe [mailto:[email protected]]
> Sent: Tuesday, June 19, 2007 1:51 PM
> To: Miller, Mike (OS Dev)
> Cc: [email protected]; [email protected];
> [email protected]
> Subject: Re: [PATCH 1/1] cciss: add new controller support for P700m
>
> On Tue, Jun 19 2007, Mike Miller (OS Dev) wrote:
> > PATCH 1/1
> >
> > This patch adds support for the Smart Array P700m SAS
> controller. This
> > new controller will ship Fall 2008. Please consider this
> for inclusion.
>
> Fall 2007?

Thank you. Yes, 2007. I forgot where I was for a moment. :)

mikem

>
> Queued for 2.6.23.
>
> --
> Jens Axboe
>
>