The information in this article applies to:
SUMMARYUnder certain circumstances, a Windows 95 device driver will need to access a device's PCI configuration space. The Configuration Manager service CONFIGMG_Call_Enumerator_Function can be used to accomplish this. MORE INFORMATION
The CONFIGMG_Call_Enumerator_Function can be used to read or write to a
device's PCI configuraton space. It should be noted that SCSI miniports and
NDIS drivers already have defined services for accessing PCI configuration
space, and should use those services.
These two functions are used to get and set data in the PCI config space.
The parameters for CONFIGMG_Call_Enumerator_Function are:
For generic Plug and Play drivers, the dnDevNode handle is passed to the
driver directly by ConfigMg when it is loaded. For specific driver models
(VCOMM, IOS, Display, etc.), please refer to the DDK documentation and
samples for information on how to retrieve a DevNode handle for your
device.
Additional query words: 4.00 PCI kbinf kbnocat
Keywords : |
Last Reviewed: October 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |