From: Joe Jin Date: Thu, 13 Sep 2012 00:23:46 +0000 (+0800) Subject: cciss: Update HPSA_BOUNDARY. X-Git-Tag: v2.6.39-400.9.0~226^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3fbb6d2b908e9eadc84b69dbb522a04b32a4927b;p=users%2Fjedix%2Flinux-maple.git cciss: Update HPSA_BOUNDARY. Orabug: 14681165 When reverted commit 06a315b, did not update the HPSA_BOUNDARY, this made some device may not worked, if pass cciss_allow_hpsa=1 to cciss driver. Signed-off-by: Joe Jin --- diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index ff7c4b424d6e..4b691eda01fb 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c @@ -153,11 +153,11 @@ static struct board_type products[] = { {0x3214103C, "Smart Array E200i", &SA5_access}, {0x3215103C, "Smart Array E200i", &SA5_access}, {0x3237103C, "Smart Array E500", &SA5_access}, -/* controllers below this line are also supported by the hpsa driver. */ -#define HPSA_BOUNDARY 0x3223103C {0x3223103C, "Smart Array P800", &SA5_access}, {0x3234103C, "Smart Array P400", &SA5_access}, {0x323D103C, "Smart Array P700m", &SA5_access}, +/* controllers below this line are also supported by the hpsa driver. */ +#define HPSA_BOUNDARY 0x3241103C #if defined(CONFIG_UEK5) {0x3241103C, "Smart Array P212", &SA5_access}, {0x3243103C, "Smart Array P410", &SA5_access},