AMCC 9000 Benutzerhandbuch

Seite von 126
Driver Installation Under Linux
78
3ware 9000 Series Serial ATA RAID Controller Installation Guide
Note:
 In the commands below, remember that the text you enter 
is case sensitive. (Be sure to type 
Makefile.rh
, not 
makefile.rh
.)
To build UP module, type:
make -f Makefile.rh
The file created is 
3w-9xxx.o
 for 2.4 kernels, and 
3w-9xxx.ko
 
for 2.6 kernels.
To build SMP module, type:
make smp -f Makefile.rh
The file created is 
3w-9xxx.smp
To build Enterprise module, type:
make ent -f Makefile.rh
The file created is 
3w-9xxx.ent
To build Bigmem module, type:
make big -f Makefile.rh 
The file created is 
3w-9xxx.big
To build Hugemem module, type:
make hug -f Makefile.rh 
The file created is 
3w-9xxx.hug
To build Boot module 
(this is used when creating a driver for the 32-bit driver 
diskette), type: 
make bot -f Makefile.rh 
The file created is 
3w-9xxx.bot