HP StorageWorks A7298A Manual page 32

Host bus adapter for windows and linux installation guide
Hide thumbs Also See for StorageWorks A7298A:
Table of Contents

Advertisement

Installing the SCSI Miniport Driver
4. Edit Rules.make and remove "$(sort and the matching closing parenthesis from
this line:
subdir-list = $(sort $(patsubst %,_subdir_%,$(SUB_DIRS)))
The edited line should now display as follows:
subdir-list = $(patsubst %,_subdir_%,$(SUB_DIRS))
NOTE: For some 2.4 based kernels, this will allow the scsi/lpfc Makefile to be invoked BEFORE
the scsi Makefile.
5. Edit the Makefile under the drivers directory:
# cd /usr/src/linux/drivers
# vi Makefile
6. Add a check for $(CONFIG_SCSI_LPFC) to add scsi/lpfc to the directory lists
before $(CONFIG_SCSI) adds scsi to the directory lists. The scsi/lpfc Makefile
should be invoked BEFORE the scsi Makefile. Edit the following lines:
subdir-$(CONFIG_IDE) += ide
subdir-$(CONFIG_SCSI) += scsi
7. Add the following line:
subdir-$(CONFIG_SCSI_LPFC) += scsi/lpfc
The edited lines should now display as follows:
subdir-$(CONFIG_IDE) += ide
subdir-$(CONFIG_SCSI_LPFC) += scsi/lpfc
subdir-$(CONFIG_SCSI) += scsi
8. Go to the scsi directory:
# cd /usr/src/linux/drivers/scsi
Edit Config.in and locate the following lines (the lines may wrap.):
dep_tristate 'EATA-PIO [old DPT PM2001, PM2012A] support' CONFIG_SCSI_EATA_PIO
$CONFIG_SCSI
dep_tristate 'Future Domain 16xx sCSI/AHA-2920A support'
CONFIG_SCSI_FUTURE_DOMAIN $CONFIG_SCSI
9. Add the following line (in alphabetical order):
dep_tristate 'Emulex LightPulse Fibre Channel support' CONFIG_SCSI_LPFC
$CONFIG_SCSI
3–10
host bus adapter for Windows and Linux installation guide

Advertisement

Table of Contents
loading

Table of Contents