A7298A HBA Installation Guide
Installing the SCSI Miniport Driver
46 Host Bus Adapter for Windows and Linux Installation Guide
“fc1”, 0, 0, 0, 0, 0, 0, 0, 0, 0, NEXT_DEV, fcif_probe};
static struct net_device fc0_dev = {
“fc0”, 0, 0, 0, 0, 0, 0, 0, 0, 0, &fc1_dev, fcif_probe};
# undef NEXT_DEV
# define NEXT_DEV (&fc0_dev)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)
#endif
8. Follow the normal procedures for building the Linux kernel and include all
Emulex LightPulse Fibre Channel support:
# cd /usr/src/linux
# make mrproper
# make menuconfig
9. Choose 'Emulex LightPulse Fibre Channel support' under SCSI low level
drivers for FCP support.
10. Choose “Fibre Channel driver support” “Emulex LightPulse Fibre Channel
support” under Network Drive support for IP support.
11. Choose any other options that may be required.
12. Build the new kernel and modules:
# make dep
# make clean
# make install
# make modules
# make modules_install
1. Edit lilo.conf to reflect the new kernel and run mkinitrd and lilo as explained
in the procedure for Building the Driver as a Module.
2. Reboot with the new kernel.