Emulex LP10000ExDC Manual de usuario Pagina 39

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 366
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 38
Build the Driver Into the Kernel
Note
Driver installation or removal does not save the
configuration files (i.e. lpfc.conf, lpfc.conf.c or lpfc.conf.
defs) from previous installations. If you customized any of
these files, we recommend that you copy them to a another
location so that you have a record of the changes.
Configure IP Functionality
Note
If you are building the driver and want to include IP
functionality, you must set the lpfc_network_on parameter
to "1". See the Configuration manual for more details.
1. Do the following:
# cd /usr/src/linux/drivers/net
or
/usr/src/kernelsource/drivers/
net
2. Edit Config.in. Edit the following lines:
bool 'Fibre Channel driver support' CONFIG_NET_FC
if ["$CONFIG_NET_FC" = "y" ]; then
dep_tristate' Interphase 5526 Tachyon chipset based adapter support' CONFIG_IPHASE5526 $CONFIG_SCSI
$CONFIG_PCI
fi
3. Add the following line (all one line):
dep_tristate ' Emulex LightPulse Fibre Channel support' CONFIG_NET_LPFC $CONFIG_SCSI $CONFIG_PCI
The edited lines should now look like the following:
bool 'Fibre Channel driver support' CONFIG_NET_FC
if ["$CONFIG_NET_FC" = "y" ]; then
dep_tristate' Interphase 5526 Tachyon chipset based adapter support' CONFIG_IPHASE5526 $CONFIG_SCSI
$CONFIG_PCI
dep_tristate ' Emulex LightPulse Fibre Channel support' CONFIG_NET_LPFC $CONFIG_SCSI
fi
3. Locate the following text in Space.c:
Emulex Documentation, Drivers and Software
39
Vista de pagina 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 365 366

Comentarios a estos manuales

Sin comentarios