HP-UX Reference (11i v1 00/12) - 4 File Formats (vol 8)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man4/!!!intro.4
________________________________________________________________
___ ___
m
master(4) master(4)
$DRIVER_DEPENDENCY Section
List of drivers and the other drivers they depend on.
Field_1 Dependent driver.
Field_2-N Name of supporting drivers or CDIO’s.
$DRIVER_LIBRARY Section
List of drivers and the library or libraries containing the driver object code.
Field_1 Driver name.
Field_2-N Name of libraries containing driver code.
$LIBRARY Section
Library list. List of object code libraries and whether they are required is a minimal system.
Field_1 Library name.
Field_2 1 if the library is required for a minimal system; otherwise 0.
$SUBSYSTEMS_DEFINE Section
List of subsystems and/or drivers that require
#define IDENTIFIER statements in conf.c. If needed,
the identifier will be converted to upper case.
Field_1 Subsystem/driver name.
Field_2 (Optional) Name of identifier to define. If this field is not present, the identifier will be Field_1
in upper case.
$STREAMS_SYNC_LEVEL Section
List of possible STREAMS synchronization levels. Please refer to the documentation that accompanied the
STREAMS/UX product for a more detailed description of this table and STREAMS synchronization levels.
Field_1 Synchronization level.
$STREAMS_DVR_SYNC Section
List of STREAMS modules and drivers and the synchronization levels that they require. Please refer to the
documentation that accompanied the STREAMS/UX product for more information about this table.
Field_1 Driver or module name.
Field_2 Synchronization level. (Must be present in a
$STREAM_SYNC_LEVEL list.)
Field_3 (Optional) Additional STREAMS synchronization information.
Kernel Module Master File
The following section keywords and purposes are used only in the kernel module master files.
Section keyword Section purpose
$VERSION File format version
$LOADABLE Load capabilityof module
$INTERFACE Interface used by module
$TYPE Module type specific information
If required, kernel module master files may use the following section keywords and purposes described ear-
lier.
Section keyword Section purpose
$DRIVER_DEPENDENCY Dependency to other kernel modules.
$TUNABLE Same as $TUNABLE section.
$DRIVER_INSTALL Same as $DRIVER_INSTALL.
For kernel modules,
$DRIVER_INSTALL section information is used to link the kernel module into the
kernel statically. The first field of this section indicates the module_name.
Each section consists of text fields separated by space and tab characters and is described separately below.
HP-UX Release 11i: December 2000 3 Section 4171
___
___