AMCC 9000 Computer Hardware User Manual


 
Driver Installation Under Linux
86 3ware 9000 Series Serial ATA RAID Controller Installation Guide
9 Change directory to driver.
cd driver
10 To build the module, type
make
The 3w-9xxx.ko module will be built and output to the driver
directory created when you untared the 3w-9xxx.tgz file.
This will take a while, since the 2.6 build process exports our
module to the kernel module list and then builds all kernel
modules.
11 Copy the module 3w-9xxx.ko to
/lib/modules/<kernel string>/kernel/drivers/scsi/
3w-9xxx.ko
12 Edit /etc/modprobe.conf and add
alias scsi_hostadapter 3w-9xxx
13 Load the module
modprobe 3w-9xxx