From 3fbb6d2b908e9eadc84b69dbb522a04b32a4927b Mon Sep 17 00:00:00 2001 From: Joe Jin Date: Thu, 13 Sep 2012 08:23:46 +0800 Subject: [PATCH] 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 --- drivers/block/cciss.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}, -- 2.50.1