WIN NT driver with PCI bridge support

Hello All,
I have developed a WIN NT kernel mode PCI device driver which can detect
all the PCI devices on the system. Also the driver can perform read/write
operations on my device. Now I need to give the driver a PCI bridge support
so that the hardware can be plugged into the PCI buses (Bus 0 , Bus 1 etc) &
continue to perform read/write operations on the device. The WIN NT DDK does
not provide any information regarding the PCI bridge support.
Kindly help me to get started on this.

Thanks in advance.
Sachin Anvekar.


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

IIRC the bus number is just some bits of the PCI device number passed to HalGetBusData and HalAssignSlotResources.
As about bridges - they belong to HAL, and you cannot change their setup - even in w2k.

Max

----- Original Message -----
From: “Sachin”
To: “NT Developers Interest List”
Sent: Monday, February 18, 2002 6:30 AM
Subject: [ntdev] WIN NT driver with PCI bridge support

> Hello All,
> I have developed a WIN NT kernel mode PCI device driver which can detect
> all the PCI devices on the system. Also the driver can perform read/write
> operations on my device. Now I need to give the driver a PCI bridge support
> so that the hardware can be plugged into the PCI buses (Bus 0 , Bus 1 etc) &
> continue to perform read/write operations on the device. The WIN NT DDK does
> not provide any information regarding the PCI bridge support.
> Kindly help me to get started on this.
>
> Thanks in advance.
> Sachin Anvekar.
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.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