Emulex LP982 Manual de usuario Pagina 34

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 371
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 33
If the lpfc and lpfndd driver is installed into the kernel source tree, use the following procedure to remove
the lpfc driver from the kernel source tree:
1. Edit /usr/src/linux/drivers/Makefile to remove the following line if it is present:
subdir-$(CONFIG_SCSI_LPFC) += scsi/lpfc
2. Edit /usr/src/linux/drivers/scsi/Config.in file to remove the following line if it is present:
dep_tristate 'Emulex LightPulse Fibre Channel support' CONFIG_SCSI_LPFC $CONFIG_SCSI
3. Edit /usr/src/linux/drivers/scsi/Makefile to remove the following line if it is present:
obj-$(CONFIG_SCSI_LPFC) += lpfcdd.0
4. Edit /usr/src/linux/drivers/net/Config.in file to remove the following line if it is present:
dep_tristate 'Emulex LightPulse Fibre Channel support' CONFIG_NET_LPFC $CONFIG_SCSI
5. Edit /usr/src/linux/drivers/net/Space.c to remove the following lines if they are present:
extern int lpfn_probe(void);
static int lpfnif_probe(struct net_device *dev)
{
#ifdef CONFIG_NET_LPFC
lpfn_probe();
#endif
return 0;
}
6. Edit /usr/src/linux/drivers/net/Space.c to remove the following lines if they are present:
static struct net_device lpfn_dev = {
"lpfn", 0, 0, 0, 0, 0, 0, 0, 0, 0, NEXT_DEV, lpfnif_probe};
# undef NEXT_DEV
# define NEXT_DEV (&lpfn_dev)
7. If the driver is statically linked to the current kernel, rebuild the kernel and reboot with the new
kernel image.
Emulex Documentation, Drivers and Software
34
Vista de pagina 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 370 371

Comentarios a estos manuales

Sin comentarios