PCI Configuration space

Hello,

I call NdisWritePciSlotInformation and write to an
offset in my space.
How can I get the base address for my NICs PCI Config
Space.
I would like to look into the PCI registers in the
debugger

Thanks
Daniel


Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions!
http://auctions.yahoo.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

See NdisMQueryAdapterResources():

http://www.osr.com/ddk/103ndisx_8hrm.htm

[Note: NdisMPciAssignResources() should no longer be used.]

However, IIRC, a PCI card’s configuration space is accessed via
special configuration bus cycles, which are slot-specific. Thus, there
is no standard I/O address that you can refer to for the configuration
space. This is quite some time ago so I might be wrong here.

Stephan

On Fri, 25 Jan 2002 13:39:46 -0800 (PST), “Dan .”
wrote:

>
>Hello,
>
>I call NdisWritePciSlotInformation and write to an
>offset in my space.
>How can I get the base address for my NICs PCI Config
>Space.
>I would like to look into the PCI registers in the
>debugger
>
>Thanks
>Daniel


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com