Q-Logic 2-Gb Fibre Channel to PCI-X Host Bust Adapter Marine RADAR User Manual


 
FC2354601-00 A 9-7
9 Red Hat Linux Driver Installation
Install or Update the Driver (Installed Operating
System)
After line 609 add:
**************** (hosts.c) *****************
#ifdef CONFIG_SCSI_QLOGIC_QLA2100
QLA2100_LINUX_TEMPLATE,
#endif
****************** (end) *******************
4. Build the kernel by first changing to the source directory.
# cd /usr/src/linux (for Red Hat Linux 6.2 and 7.0)
# cd /usr/src/linux-2.4 (for Red Hat Linux 7.1 and 7.2)
5. Type the following command to remove everything. You need to do this
when you build a symmetric multiprocessor (SMP) kernel for the first time.
# make mrproper
6. Type the following command to access the Main Menu:
# make menuconfig
a. From the Main Menu, select SCSI support and press ENTER.
b. From the SCSI Support Menu, select SCSI low-level drivers and press
ENTER.
c. From the SCSI Low-Level Drivers Menu, scroll down and select
QLA2x00 QLC driver support <New>. Press the SPACEBAR twice to
select QLA2x00 QLC driver support <New>.
d. Select Exit until you return to the Main Menu.
e. If you are building an SMP kernel on an SMP system, do the following:
From the Main Menu, select Processor type and features and
press the SPACEBAR.
From the Processor Type and Features Menu, select Symmetric
multiprocessor and press the SPACEBAR.
Select Exit until you return to the Main Menu.
f. To exit the Main Menu, select Exit.
The system prompts Do you wish to save your new kernel
configuration? Select Yes. The system saves a new config file .config
in the current directory.
7. Create a bootable kernel image by typing the following:
# make dep
# make bzImage