What driver i must create SMP or not and what is the difference?
To build UP module, type: make -f Makefile.rh The file created is 3w-9xxx.o
To build SMP module, type: make smp -f Makefile.rh The file created is 3w-9xxx.smp
Kernelversion at this time is root@server8 [/boot]# uname -r 2.4.21-27.0.2.ELsmp
Thanks Sven
if you have dual cpu or HT enabled machine, create with "make smp -f Makefile.rh", otherwise, create with "make -f Makefile.rh"
----- Original Message ----- From: "Sven" sven@sven24.com To: "'CentOS discussion and information list'" centos@caosity.org Sent: Wednesday, February 23, 2005 2:38 AM Subject: AW: AW: [Centos] 3Ware 9xxx 9500S-4LP SATA Raid with CentOS3.3?
What driver i must create SMP or not and what is the difference?
To build UP module, type: make -f Makefile.rh The file created is 3w-9xxx.o
To build SMP module, type: make smp -f Makefile.rh The file created is 3w-9xxx.smp
Kernelversion at this time is root@server8 [/boot]# uname -r 2.4.21-27.0.2.ELsmp
Thanks Sven
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
This Error i get (german) root@server8 [/usr/local/src/ws3_x86]# make smp -f Makefile.rh make: Makefile.rh: Datei oder Verzeichnis nicht gefunden make: *** Keine Regel, um »Makefile.rh« zu erstellen. Schluss.
(english) root@server8 [/usr/local/src/ws3_x86]# make smp -f Makefile.rh make: Makefile.rh: File or Directory not found make: *** No rule, to create »Makefile.rh«. Finish.
Thanks Sven