]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Use cciss for some Smart Array controller when build for OL5
authorfjin <joe.jin@oracle.com>
Wed, 19 Oct 2011 02:13:49 +0000 (10:13 +0800)
committerfjin <joe.jin@oracle.com>
Wed, 19 Oct 2011 02:13:49 +0000 (10:13 +0800)
commit29a882863e648cb828a7571e02603478260f54e8
treee51ac0152efc777275d9139842049b23fae551c1
parent4030f824aa0d22ed75cf1b5115d1a07cb040a245
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>
drivers/block/cciss.c
drivers/scsi/hpsa.c