Writing Device Drivers

Autoconfiguration Additions to the State Structure

This section adds the following fields to the state structure. See "Software State Structure" for more information.

	int						instance;
 	ddi_iblock_cookie_t					iblock_cookie;
 	ddi_idevice_cookie_t				idevice_cookie;
 	ddi_acc_handle_t 						data_access_handle;