HP (Hewlett-Packard) 5991-7955 Webcam User Manual


 
About This Document
This manual lists and describes the changes between HP-UX 11i v2 and 11i v3 that affect a network
driver migration. It also provides information on how to migrate your network driver from
HP-UX 11i v2 to 11i v3.
The document printing date and part number indicate the document’s current edition. The
printing date will change when a new edition is printed. Minor changes may be made at reprint
without changing the printing date. The document part number will change when extensive
changes are made.
Document updates may be issued between editions to correct errors or document product changes.
To ensure that you receive the updated or new editions, you should subscribe to the appropriate
product support service. See your HP sales representative for details.
The latest version of this document can be found on line at:
http://www.hp.com/go/hpux_ddk
NOTE: This book contains many examples of C programs to help design device drivers. Because
of page width restrictions, some long lines of code exceed the space available and break in
unintended places. Treat these broken lines as one line. We recommend that you use the sample
files included with this manual when possible, rather than retyping the examples.
Intended Audience
This document is intended for system administrators or developers responsible for porting or
writing drivers. Developers are expected to:
Have experience writing programs in the C language.
Have working knowledge of the basic concepts of writing a driver.
Understand the functionality of the hardware for which the driver is being written.
Understand the HP-UX System Administration Tasks manual and performed system
administration.
Have working knowledge of the virtual memory, I/O, and file system areas in the HP-UX
and/or UNIX operating systems.
This document is not a tutorial.
Publishing History
Table 1 Publishing History Details
Publication DateSupported Product VersionsOperating Systems SupportedDocument Manufacturing Part
Number
February 200711.31.0211i v35187-4493
Typographical Conventions
This document uses the following conventions.
audit(5) An HP-UX manpage. In this example, audit is the name and 5 is the section in
the HP-UX Reference. On the web and on the Instant Information CD, it may
be a hot link to the manpage itself. From the HP-UX command line, you can
enter man audit or man 5 audit to view the manpage. See man(1).
Book Title The title of a book. On the web and on the Instant Information CD, it may be
a hot link to the book itself.
9