device_registration(3K) DG/UX R4.11MU05 device_registration(3K)
NAME
io_add_to_register_list - autoregister physical disk devices with the
Virtual Disk Manager
SYNOPSIS
#include "/usr/src/uts/aviion/ii/i_io.h"
void io_add_to_register_list (
io_device_number_type device_number /*READ_ONLY*/
)
DESCRIPTION
The io_add_to_register_list routine adds the specified device to the
list of physical disks that will be implicitly registered with the
Virtual Disk Manager (VDM) during system initialization so that any
virtual disks on them will become available for use as file systems,
paging areas, etc. This routine is optional and is applicable only
to physical disk device drivers. The driver's device_configure rouĀ
tine should call io_add_to_register_list only near the end of a sucĀ
cessful configuration operation.
DIAGNOSTICS
Return Value
None.
Errors
None.
Abort Conditions
None.
SEE ALSO
device_configuration(3K).
Programming in the DG/UX Kernel Environment.
Licensed material--property of copyright holder(s)