1) Boot the stock 2.6 or other working kernel
2) Download the tar BZ file for the HPSA driver to ~/
http://sourceforge.net/projects/cciss/f ... hivelocity
3) uncompress with
tar jxf hpsa-3.4.4-125.tar.bz2
4) yum --enablerepo=tortix-kernel install kernel-headers kernel-devel
5) Go into the ~/hpsa-3.4.4/hpsa/drivers/scsi directory and edit the Makefile. Replace "uname -r" with the actual kernel name like 3.2.58-68.art.x86_64
6) make
7) strip --strip-debug hpsa.ko

9) Modify /etc/modprobe.conf and change "cciss" to "hpsa"
10) cd /boot
mkinitrd /boot/initrd-3.2.58-68.art.x86_64.img 3.2.58-68.art.x86_64 -f --builtin=ehci-hcd --builtin=ohci-hcd --builtin=uhci-hcd --preload=sg --preload=sd_mod
11) reboot into the new kernel new 3.2 kernel
I've provided this information to the ASL team and asked them to start shipping a newer HPSA driver and make sure that the insmod commands for it, sg, and sd_mod are in the initrd/init script.