Hi,
What do the pci resource files represent such as:
/sys/bus/pci/devices/0000:00:00.0/resource
?
I have the MindShare pci book.
Printable View
Hi,
What do the pci resource files represent such as:
/sys/bus/pci/devices/0000:00:00.0/resource
?
I have the MindShare pci book.
Russell Shaw wrote:[color=blue]
> Hi,
> What do the pci resource files represent such as:
>
> /sys/bus/pci/devices/0000:00:00.0/resource
> ?
>
> I have the MindShare pci book.[/color]
They define the memory map of a pci device. Each line represents one
resource (bar resource). The first column is the starting address, the
second is the end address, the third I forgot :( I tried finding on the
net, but unsuccessfully.