Next | Prev | Top | Contents | Index

Chapter 2: Writing a Device Driver


This chapter describes the general interface for both user-level and kernel-level device drivers and introduces the various user-level and kernel-level device driver models.

It contains the following sections:


Creating Device Drivers
Device-special File
Configuration Files
Including a Device Driver in the Kernel
Driver Entry Points

Next | Prev | Top | Contents | Index