← Documents Documentation/networking/device_drivers/atm/index.rst GitHub 원문 ↗

Linux 6.18.37 · Networking

Asynchronous Transfer Mode (ATM) Device Drivers

Linux ATM device driver 문서의 cxacru, FORE 200E와 iphase 하위 문서를 연결하는 색인입니다.

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

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

1. 요약·해설

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

요약·해설

index.rst:1-20

이 페이지는 Linux ATM driver 문서의 진입점입니다. 실제 운영·개발 정보는 연결된 세 hardware family 문서에 있으며, index 자체는 Sphinx toctree와 HTML 일반 index를 정의합니다.

ATM 문서 구조
ATM Device Drivers`cxacru`USB ADSL ATM modem
ATM Device Drivers`fore200e`FORE PCA-200E·SBA-200E NIC
ATM Device Drivers`iphase`Interphase ATM adapter

상위 index에서 세 device family 문서로 이동합니다.

하위 문서 지도
문서Hardware핵심 주제
`cxacru`AccessRunner USB ADSLFirmware, sysfs, line state
`fore200e`FORE 200E-seriesBus, firmware endianness
`iphase`Interphase adapterDriver configuration·operation

각 문서가 다루는 hardware와 핵심 운영 주제입니다.

Sphinx 출력 조건
`toctree``maxdepth: 2`세 하위 문서
`only:: subproject and html`Indices`genindex`

일반 index는 subproject HTML build에서만 추가됩니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
3 Asynchronous Transfer Mode (ATM) Device Drivers
4 ===============================================
5
6 Contents:
7
8 .. toctree::
9 :maxdepth: 2
10
11 cxacru
12 fore200e
13 iphase
14
15 .. only:: subproject and html
16
17 Indices
18 =======
19
20 * :ref:`genindex`
21

3. 한국어 전문 번역

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

ATM device driver 문서 목차

1-13

ATM(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-20

Index

Subproject이면서 HTML로 build할 때 일반 index인 `genindex` link를 추가합니다.


.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`