UnixWare 7 I2O Sample code
The i2oSample package includes sample driver code for an
UnixWare 7 I2O driver.
This package is unchanged since HDK 7.0.0.
For current information about the entire UnixWare/OpenServer
Hardware Developers Kit (HDK) release, see the
HDK Release Notes.
Note: Documentation references on this page link to the
Product Documentation.
They are also available on your local system when the
baseMAN, HDKdoc, and HDKman
packages are installed.
System requirements
This package has the following dependencies:
- base
-
Base System
- uccs
-
UDK Optimizing C Compilation System (included with the UDK)
In addition, the following packages must be installed
before building and packaging the sample driver:
- cmds
-
Advanced Commands
- usoftint
-
Software Packaging Tools (included with the UDK)
The UnixWare/OpenServer Development Kit (UDK), with the uccs
and usoftint packages selected, must be installed on your
system before installing the i2oSample package.
See the
Developer Network
for more information on the UDK.
This package cannot be installed on OpenServer systems.
Installation
To install the package from:
downloaded files
- Log in as root.
- Download the package to an installation directory; for
example, /tmp.
- Use the
pkgadd(1M)
command to install it by entering:
- pkgadd -d /tmp/i2oSample
media distribution
- Log in as root.
- Insert the CD-ROM in the drive
- Use the
pkgadd(1M)
command to install it by entering:
- pkgadd -d cdrom1 i2oSample
This will place the I2O sample driver files in the
/usr/src/i2o directory.
For more information
More information concerning the I2O interface may be found in
I2O OSM driver development.
Note: