* @(#) $Revision: 1.2.98.1 $
*
* The following devices are those that can be specified in the system
* description file.  The name specified must agree with the name shown,
* or with an alias.  This table is included for backwards compatablilty.
* New drivers/subsystems should be put into the $DRIVER_INSTALL table.
*
* name          handle          type    mask    block   char
*
*fileset KERN-BLD libhp-ux.a
$DEVICE
dskless         nfsd            10      100     -1      -1
$$$

$DRIVER_DEPENDENCY
*
* Driver dependency table, if one driver is present, what
* other drivers should also be in the dfile.
* NOTE: A maximum of 6 dependency entries my follow the driver name.
* NOTE: This mechanism does not support chaining.  In other words, if
*       a driver is included as a dependency, that driver will not be
*       checked for its dependencies.
*
* Driver name   <dependency>  <dependency> .....
*
dskless         ram nfs ufs lan2
$$$

$SUBSYSTEMS_DEFINE
* Subsystem #define table.  For any subsystem that is found in the dfile
* and appears below, a #define is generated in the conf.c file.  This
* is used to include any space defined in space.h.
dskless
$$$
