User`s guide
5 – Red Hat Linux Driver Installation
Installing the Driver
IS0053302-00 7 PRELIMINARY 5-7
Q
a. For Red Hat Advanced Server 2.1, locate the following line:
subdir-$(CONFIG_SCSI_AIC7XXX) += aic7xxx
Add the following line below it:
subdir-$(CONFIG_SCSI_QLOGIC_QLA4010) += qla4xxx
For RedHat 8 and 9, locate the following line:
subdir-m += aic7xxx
Add the following lines below it:
subdir-y += qla4xxx
subdir-m += qla4xxx
b. Locate the following line:
For RedHat Advanced Server 2.1:
obj-$(CONFIG_SCSI_QLOGIC_QLA2100) += qla2x00.o
For Red Hat 8 and 9:
obj-$(CONFIG_SCSI_QLOGIC_QLA1280) += qla1280.o
Add the following line below it:
obj-$(CONFIG_SCSI_QLOGIC_QLA4010) += qla4xxx/qla4010.o
c. Append the following lines to the end of the Makefile:
qla4xxx/qla4010.o:
cd qla4xxx; make qla4010.o
3. Edit the Config.in file under the kernel scsi directory by typing:
# cd /usr/src/linux/drivers/scsi
# vi Config.in
Locate the following lines:
For RedHat Advanced Server 2.1:
dep_tristate ’Qlogic QLA 2100 FC SCSI support’
CONFIG_SCSI_QLOGIC_QLA2100 $CONFIG_SCSI
dep_tristate ’Qlogic QLA 2200 FC SCSI support’
CONFIG_SCSI_QLOGIC_QLA2200 $CONFIG_SCSI
For Red Hat 8 and 9:
dep_tristate ’Qlogic QLA 1280 FC SCSI support’
CONFIG_SCSI_QLOGIC_QLA1280 $CONFIG_SCSI
Add the following line below it:
source drivers/scsi/qla4xxx/Config.in