Subject: Re: PCI devices
To: Daniel <danielb@cat.co.za>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: tech-kern
Date: 04/18/2001 13:39:18
Daniel <danielb@cat.co.za> writes:

> Is there a way to determine which PCI slot
> a particular device is in?

Not quite. The bus and device numbers printed at probe/attach time
imply a specific slot (or on-board device), but there is no general
way to get from bus/device numbers to slot numbers. You can learn the
mapping for your particular system by experimentation; also, the ACPI
information present on newer Intel-based systems can contain such a
mapping table.

        - Nathan