EMC Qlogic QLA22xx Guide d'installation Page 19

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 76
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 18
19
Symmetrix Fibre Channel with Qlogic HBAs on Linux Hosts
Arbitrated Loop Configurations
Insert the following lines between the qla2x00 and cpfqc
blocks:
The result should look like the following:
ifeq ($(CONFIG_SCSI_QLOGIC_QLA2100),y)
L_OBJS += qla2x00.o
else
ifeq ($(CONFIG_SCSI_QLOGIC_QLA2100),m)
M_OBJS += qla2x00.o
endif
endif
ifeq ($(CONFIG_SCSI_QLOGIC_FC),y)
L_OBJS += qlogicfc.o
else
ifeq ($(CONFIG_SCSI_QLOGIC_FC),m)
M_OBJS += qlogicfc.o
endif
endif
ifeq ($(CONFIG_SCSI_QLOGIC_2x00),y)
L_OBJS += qla2x00.o
else
ifeq ($(CONFIG_SCSI_QLOGIC_2x00),m)
M_OBJS += qla2x00.o
endif
endif
ifeq ($(CONFIG_SCSI_QLOGIC_QLA2100),y)
L_OBJS += qla2x00.o
else
ifeq ($(CONFIG_SCSI_QLOGIC_QLA2100),m)
M_OBJS += qla2x00.o
endif
endif
ifeq ($(CONFIG_SCSI_CPQFCTS,y)
L_OBJS += cpqfc.o
else
ifeq ($(CONFIG_SCSI_CPQFCTS),m)
M_OBJS += cpqfc.o
endif
endif
Vue de la page 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 75 76

Commentaires sur ces manuels

Pas de commentaire