VECTORSINUSE(ADM) UNIX System V
Name
vectorsinuse - displays the list of vectors currently
specified in the sdevice file
Syntax
/etc/conf/cf.d/vectorsinuse
Description
This script searches the sdevice file and displays a list of
the interrupt vectors already in use.
You must move to the /etc/conf/cf.d to execute vectorsinuse.
When installing a device driver with the Link Kit, you can
use vectorsinuse to find an available interrupt vector for
the driver. When you invoke the configure program to modify
the system configuration files with the new driver
information, use the -v option to indicate the vectors on
which this device interrupts.
The -V option to configure performs a function similar to
that of vectorsinuse. You specify a particular vector on
which the device is capable of interrupting (refer to the
device's hardware manual), and configure tells you if
another device is already using that interrupt vector.
Files
/etc/conf/cf.d/sdevice
See Also
configure(ADM), sdevice(F), ``Adding Device Drivers with the
Link Kit'' in the System Administrator's Guide
Value Added
vectorsinuse is an extension to AT&T System V developed by
the Santa Cruz Operation.
(printed 9/19/89) VECTORSINUSE(ADM)