
should be invoked BEFORE the scsi Makefile. Edit the following lines:
subdir-$ (CONFIG_IDE) += ide
subdir-$ (CONFIG_SCSI) += scsi
Add the following line:
subdir-$ (CONFIG_SCSI_LPFC) += scsi/lpfc
The edited lines should look like the following:
subdir-$ (CONFIG_IDE) += ide
subdir-$ (CONFIG_SCSI_LPFC) += scsi/lpfc
subdir-$(CONFIG_SCSI) += scsi
6. Go to the scsi directory:
# cd /usr/src/linux/drivers/scsi
or
/usr/src/kernelsource/drivers/
scsi
7. 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
Add the following line (in alphabetical order):
dep_tristate 'Emulex LightPulse Fibre Channel support' CONFIG_SCSI_LPFC $CONFIG_SCSI
The edited lines should now look like the following (the lines may wrap):
dep_tristate 'EATA-
PIO [old DPT PM2001, PM2012A] support' CONFIG_SCSI_EATA_PIO $CONFIG_SCSI
dep_tristate 'Emulex LightPulse Fibre Channel support' CONFIG_SCSI_LPFC $CONFIG_SCSI
dep_tristate 'Future Domain 16xx SCSI/AHA-
2920A support' CONFIG_SCSI_FUTURE_DOMAIN $CONFIG_SCSI
Emulex Documentation, Drivers and Software
Comentarios a estos manuales