Writing Device Drivers

Autoconfiguration Overview

Autoconfiguration is the process of getting the driver's code and static data loaded into memory and registered with the system. Autoconfiguration also involves configuring (attaching) individual device instances that are controlled by the driver. "Loadable Driver Interface" and "Device Configuration" discuss these processes in more detail. The autoconfiguration process includes both of these processes and begins when the device is put into use.