]>
www.infradead.org Git - users/jedix/linux-maple.git/commit
Use cciss for some Smart Array controller when build for OL5
In OL6 kernel, Smart Array may used cciss or hpsa, but OL5 only
supported cciss, this made UEK kernel failed during booting.
This patch move below devices from hpsa to cciss if build for OL5:
Device Name pci id
---------------------+--------------
"Smart Array P212" 103C:3241
"Smart Array P410" 103C:3243
"Smart Array P410i" 103C:3245
"Smart Array P411" 103C:3247
"Smart Array P812" 103C:3249
"Smart Array P712m" 103C:324A
"Smart Array P711m" 103C:324B
"Smart Array" 103C:3250
"Smart Array" 103C:3251
"Smart Array" 103C:3252
"Smart Array" 103C:3253
"Smart Array" 103C:3254
Signed-off-by: guru.anbalagane <guru.anbalagane@oracle.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>