hai,
i have to write a driver for a pci device ,using pci_common_config
structure ,i cancheck whether device is present or not.In order to get base
address ,what should i do?How can i communicate with the device...

Since i am beginner i feel that noone neglects my post,experts pls help me


Thanking You

RE: How can we retrieve pci address by LucaCalligaris

LucaCalligaris
Thu Nov 18 02:34:04 CST 2004

Look at 'PCI Bus Driver Loading Process' in PB help: it shows
how to configure registry entries to have your device
enumerated by the PCI bus driver: it will fill the registry
with the info you need (MemBase, MemLen, ... )


"Manoj" wrote:

> hai,
> i have to write a driver for a pci device ,using pci_common_config
> structure ,i cancheck whether device is present or not.In order to get base
> address ,what should i do?How can i communicate with the device...
>
> Since i am beginner i feel that noone neglects my post,experts pls help me
>
>
> Thanking You