Intel EK-KZPCM-UG Network Card User Manual


 
KZPCM PCI–to–Dual Channel Ultra SCSI and 10/100MB Ethernet Host Adapter
6–2 EK–KZPCM–UG. B01
6.2 Installing the DIGITAL UNIX Driver
Do the following procedure to install the DIGITAL UNIX driver. The procedure
assumes that the hardware is already installed in the system.
6.2.1 Driver Installation
1. Mount the installation floppy disk:
#
mount –r /dev/fd0a /mnt
2. Extract the device driver using the
setld
command:
#
setld –l /mnt
The
setld
procedure will guide you through the process of installation and
configuring the device driver.
3. Unmount the installation floppy disk.
#
umount /mnt
NOTE
If the kernel configuration file specified during the
installation was created by booting
genvmunix
with the KZPCM hardware in the system, then it
will contain PSIOP bus entries for the KZPCM.
These entries need to be edited in the
configuration file before the new kernel is
compiled with
doconfig
. Use Subsection 6.2.3,
Bus Re-numbering
, for the remainder of install
instructions.
4. Build the new target kernel using the latest configuration file.
#
doconfig –c NAME
(where
NAME
is typically the host name)
(answer
n
to the question about editing the configuration file)
5. After the successful build of the kernel, save the original kernel and copy the
new kernel to the root directory.
#
cp /vmunix /vmunix.sav
#
cp /sys/NAME/vmunix /vmunix
(where
NAME
is typically
the host name)
6. Reboot the system.
#
shutdown –r now