← Documents Documentation/PCI/index.rst GitHub 원문 ↗

Linux 6.18.37 · PCI

PCI bus subsystem

PCI driver, bus 설정, SR-IOV, MSI, sysfs, error recovery, endpoint와 controller 문서를 연결하는 상위 색인입니다.

Source pathDocumentation/PCI/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

index.rst:1-22

PCI subsystem의 핵심 개발·운영 문서를 원문 toctree 순서로 연결합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 =================
4 PCI Bus Subsystem
5 =================
6
7 .. toctree::
8 :maxdepth: 2
9 :numbered:
10
11 pci
12 pciebus-howto
13 pci-iov-howto
14 msi-howto
15 sysfs-pci
16 acpi-info
17 pci-error-recovery
18 pcieaer-howto
19 endpoint/index
20 controller/index
21 boot-interrupts
22 tph
23

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

PCI 문서 색인

1-22

이 페이지는 PCI bus subsystem 문서의 번호가 매겨진 상위 색인입니다. 목차는 최대 두 단계 깊이로 표시됩니다.

PCI 문서 목차
순서문서주제
1pciPCI driver 작성
2pciebus-howtoPCI Express bus 설정
3pci-iov-howtoSR-IOV
4msi-howtoMSI와 MSI-X
5sysfs-pciPCI sysfs ABI
6acpi-infoPCI ACPI 정보
7pci-error-recoveryPCI error recovery
8pcieaer-howtoPCIe AER
9endpoint/indexPCI endpoint framework
10controller/indexPCI controller
11boot-interruptsBoot interrupt
12tphTPH

원문의 toctree 순서와 source path를 보존했습니다.

.. SPDX-License-Identifier: GPL-2.0

=================
PCI Bus Subsystem
=================

.. toctree::
   :maxdepth: 2
   :numbered:

   pci
   pciebus-howto
   pci-iov-howto
   msi-howto
   sysfs-pci
   acpi-info
   pci-error-recovery
   pcieaer-howto
   endpoint/index
   controller/index
   boot-interrupts
   tph