요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3
Asynchronous Transfer Mode (ATM) Device Drivers
4
===============================================
6
Contents:
8
.. toctree::
9
:maxdepth: 2
11
cxacru
12
fore200e
13
iphase
15
.. only:: subproject and html
17
Indices
18
=======
20
* :ref:`genindex`
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
ATM device driver 문서 목차
1-13ATM(Asynchronous Transfer Mode) Device Driver
목차
이 index는 ATM device driver 문서를 최대 depth 2의 toctree로 구성합니다.
`cxacru`는 USB ADSL ATM device, `fore200e`는 FORE Systems 200E-series ATM NIC, `iphase`는 Interphase ATM adapter driver 문서로 연결됩니다.
.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Asynchronous Transfer Mode (ATM) Device Drivers
===============================================
Contents:
.. toctree::
:maxdepth: 2
cxacru
fore200e
iphase
HTML subproject index
14-20Index
Subproject이면서 HTML로 build할 때 일반 index인 `genindex` link를 추가합니다.
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
요약·해설
index.rst:1-20이 페이지는 Linux ATM driver 문서의 진입점입니다. 실제 운영·개발 정보는 연결된 세 hardware family 문서에 있으며, index 자체는 Sphinx toctree와 HTML 일반 index를 정의합니다.
상위 index에서 세 device family 문서로 이동합니다.
각 문서가 다루는 hardware와 핵심 운영 주제입니다.
일반 index는 subproject HTML build에서만 추가됩니다.