PCI slot number identification

S

Sergey Alekseev

Dear Sirs,

I have the following question. I have two equal PCI cards. How can I get the
information about numbers of PCI slots, in which these cards are switched
in, using only driver facilities?

Best regards,

Sergey Alekseev
 
S

SergeV

PCI bridge configuration include knowledge about slot/bus numbers.

"PCI bus" in general has several hardware buses connected through
PCI-PCI bridges.
Each hardware bus can have as many slots as bridge support ("present"
signal).
Every slot has hardrired "DevSel" signal used for device enumeration.
Driver of particular PCI device knows nothing about which slot is its
device in.
 
G

Gary G. Little

If the card has a world wide name, ask it for it. Other than that, physical
position in the perepheral slots may or may not have any commonality between
motherboards. Besides which, this subject has been discussed here ad
nauseum, with the general consensus that dependence on slot number is not
good.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top