]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
cciss: Update HPSA_BOUNDARY.
authorJoe Jin <joe.jin@oracle.com>
Thu, 13 Sep 2012 00:23:46 +0000 (08:23 +0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 27 Sep 2012 01:46:10 +0000 (09:46 +0800)
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 <joe.jin@oracle.com>
drivers/block/cciss.c

index ff7c4b424d6e9f8cca3f875f8bb332d5417ca117..4b691eda01fbdee7658e34b99564ab1340484635 100644 (file)
@@ -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},