次の方法で共有


Device Configuration Functions (Compact 2013)

3/26/2014

The following table shows the device configuration functions.

Programming element

Description

ConfigInit

This function executes at the end of the PCI bus configuration and enumeration cycle so that device-specific initialization steps can execute. The DeviceConfig function calls this function in response to the PCIBUS_CONFIG_INIT command.

ConfigRsrc

This function queries the device for resource requirements and adds this information to the appropriate PCI_RSRC structure resource list.

ConfigSet

This function sets the base address of a resource.

ConfigSize

This function queries the device for resource information. It is similar to the ConfigRsrc function.

DeviceConfig

This function configures a device using a non-standard method. It is the main entry point called by the PCI bus driver.

See Also

Reference

PCI Bus Driver Reference