Pcie发展与pci-utils#3
Merged
jackYoung0915 merged 2 commits intoFeb 6, 2026
Merged
Conversation
- 新增 1.5 节:PCIe 发展历程 - 前 PCIe 时代(PCI 1.0 ~ PCI-X 2.0) - PCIe 各代际发展(1.0 ~ 7.0),包含技术要点、带宽参数、关键里程碑 - 带宽演进时间线图 - PCI-SIG 标准管理组织介绍 - 新增第 11 节:pci-utils 基本用法 - 安装方式(多发行版) - lspci 详细用法及常用选项组合 - setpci 读写配置空间寄存器用法 - update-pciids 更新 PCI ID 数据库 - 实用调试场景(链路降速排查、MSI-X 检查、未知设备识别、Bug 报告导出) - libpci 编程接口示例 - 更新目录和参考资料 - 文档版本更新为 1.1 Co-authored-by: Slim6882 <jackYoung0915@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
- 为所有 11 个主章节补充二级子节目录 - 保持缩进对齐:1-9 章用 3 空格缩进,10-11 章用 4 空格缩进 - 所有子节标题均带有锚点链接,方便页内跳转 Co-authored-by: Slim6882 <jackYoung0915@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add PCIe development history and pci-utils basic usage to
PCIe_Knowledge_Summary.md.