Multifunction Device Driver

Hi All,
I have one pci multifunction device (Network+Graphics)for which i
have to write a driver .

So far i have written only one pci functional driver.

I am confused about how to proceed for this work .Is there any thing that
need to be considered for writting the multifunction device driver or is it
the same like any other pci device.

Can anyone help me by throwing some light about how i should proceed for
this.

Regards

How is multifunction implemented? 2 PCI-level functions in the same chip?
then this is 2 independent devices for the OS, just write 2 drivers.


Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

“Dipika Jha” wrote in message news:xxxxx@ntdev…
> Hi All,
> I have one pci multifunction device (Network+Graphics)for which i
> have to write a driver .
>
> So far i have written only one pci functional driver.
>
> I am confused about how to proceed for this work .Is there any thing that
> need to be considered for writting the multifunction device driver or is it
> the same like any other pci device.
>
> Can anyone help me by throwing some light about how i should proceed for
> this.
>
> Regards
>