Regarding multiple device handling in Windows 2000 driver

Hi,

I am writing a windows 2000 device driver for PCI card. what care in program
should i take to cater with multiple PCI cards of same type and same vendor?
how should i manage device name and link name for every device?
I tried printing busnumber and devicenumber using IoDeviceGetProperty
function. But i am not getting expected correct values.What is the problem ?
Last problem i am facing is, as soon as i assign resources in startdevice
routine and reload the driver, i get blue screen of death.Why?
I anybody want code snippets for answering, i can send it to him.

Thanks abd regards,

Anil

>cater with multiple PCI cards of same type and same vendor? how
should i manage device

name and link name for every device?

By using PnP device interfaces.

Max