_load(D2pccard)
_load --
initialize a loadable kernel module
Syntax
See
_load(D2)
for syntax and general usage information
about this entry point routine.
Usage
The
_load( )
entry point performs driver initialization
for all loadable drivers (see
``Dynamically-loadable kernel modules (DLKM)'' in HDK Technical Reference)
and, for DDI 7 drivers,
also performs device configuration.
The initialization code for a PC Card client-enabled driver
must do the following:
The configuration code for a PC Card client-enabled driver
must do the following:
Version applicability
pccard:
2, 3
Differences between versions
The
_load( )
entry point routine
is not supported on SCO OpenServer 5 systems.
All driver initialization and device configuration
is implemented in the
init(D2pccard)
entry point routine.
References
_load(D2),
_load(D2mdi),
_load(D2sdi),
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005