| 
 |  | 
The following sections summarize the entry point modifications required for I/O operations when porting drivers from earlier DDI versions or SCO OpenServer 5 to run on DDI 8:
 channel argument pair
to identify the logical device instead of
the *devp argument
used for earlier DDI versions and SCO OpenServer 5 drivers.
The otyp parameter used for earlier drivers is dropped.
See the
open(D2)
manual page for details about some
subtle behavioral changes for
open( ).
channel argument pair
to identify the logical device instead of
the *devp argument
used for earlier DDI versions and SCO OpenServer 5 drivers.
The otyp parameter used for earlier drivers is dropped.
See the
open(D2)
manual page for details about some
subtle behavioral changes for
open( ).
 channel pair
instead of the dev_t parameter.
channel pair
instead of the dev_t parameter.
For drivers being ported from earlier DDI versions, note that the syntax of the devinfo( ) routine has changed and a different set of parameters are supported. See the manual page for details.