linux - How to find the memory map of a device? -


i know in linux source code should search finding board specific packages, more clearly, memory map of different devices.

i browsing through link : http://lxr.linux.no

thanks

if it's pci device, lspci -vvv show you.

you can check /proc/iomem , /proc/ioport memory , port mappings, respectively.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -