JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Device Driver Tutorial     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

1.  Introduction to Device Drivers

2.  Template Driver Example

3.  Reading and Writing Data in Kernel Memory

4.  Tips for Developing Device Drivers

Index

A

B

C

D

E

F

G

H

I

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

I

I/O controls
Reporting and Setting Device Size and Re-initializing the Device
Exercising the Driver's I/O Controls
_info() entry point
Installing a Driver
Writing the Loadable Module Configuration Entry Points
Defining the Module Information Entry Point
Device Driver Testing Tips
_init() entry point
Installing a Driver
Writing the Loadable Module Configuration Entry Points
Defining the Module Initialization Entry Point
Initializing and Unloading
Device Driver Testing Tips
instance number
Device Numbers
Defining the Device Attach Entry Point
Defining the Device Detach Entry Point
Defining the Get Driver Information Entry Point
interrupts, avoiding problems, Device Driver Coding Tips
ioctl() entry point
Devices as Files
Writing New Data
Reporting and Setting Device Size and Re-initializing the Device
Exercising the Driver's I/O Controls
ioctl() requests, avoiding problems, Device Driver Coding Tips