Linux 的 MMIO/PIO 信息

发布于 2024-10-05 15:34:43 字数 74 浏览 2 评论 0原文

是否有一个 *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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

涫野音 2024-10-12 15:34:43

您是否已经尝试过:

cat /proc/ioports
cat /proc/iomem

根据redhat手册,第一个向您显示当前注册的用于与设备进行输入或输出通信的端口区域的列表,而第二个向您显示每个物理设备的系统内存的当前映射

Did you already tried:

cat /proc/ioports
cat /proc/iomem

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文