Ip Functionality - HP StorageWorks A7298A Manual

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

Advertisement

The edited lines should now display as follows.
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
10. Edit Makefile and add (with other CONFIG_SCSI_devices) a check for
$(CONFIG_SCSI_LPFC), if defined. Add lpfcdd.o to the object list.
11. Locate the following lines:
obj-$(CONFIG_SCSI_IPS) += ips.o
obj-$(CONFIG_SCSI_FD_MCS) += fd_mcs.o
obj-$(CONFIG_SCSI_FUTURE_DOMAIN)+= fdomain.o
12. Add the following line:
obj-$(CONFIG_SCSI_LPFC) += lpfcdd.o
The edited lines should now display as follows.
obj-$(CONFIG_SCSI_IPS) += ips.o
obj-$(CONFIG_SCSI_LPFC) += lpfcdd.o
obj-$(CONFIG_SCSI_FD_MCS) += fd_mcs.o
obj-$(CONFIG_SCSI_FUTURE_DOMAIN)+= fdomain.o
13. For some 2.2 based kernels, edit hosts.c. Add the following lines:
#ifdef CONFIG_SCSI_LPFC
#include "lpfc/include/fc_os.h"
#endif
14. At the end of the definition for Scsi_Host_Template, before "Removable host
adapters", add the following lines:
#ifdef CONFIG_SCSI_LPFC
EMULEXFC,
#endif

IP Functionality

1. Go to the net directory:
# cd /usr/src/linux/drivers/net
host bus adapter for Windows and Linux installation guide
Installing the SCSI Miniport Driver
3–11

Advertisement

Table of Contents
loading

Table of Contents