Linux 的 MMIO/PIO 信息
是否有一个 *nix 命令可以为我提供所有 MMIO/PIO 地址空间
对于特定设备(或所有设备)?
Is there a *nix command that will give me all the MMIO/PIO address space
for a particular device (or all devices)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否已经尝试过:
根据redhat手册,第一个向您显示当前注册的用于与设备进行输入或输出通信的端口区域的列表,而第二个向您显示每个物理设备的系统内存的当前映射
Did you already tried:
According to the redhat manual, the first show you a list of currently registered port regions used for input or output communication with a device, while the second shows you the current map of the system's memory for each physical device