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

Linux 6.18.37 · Networking

Hardware Device Drivers

Linux networking hardware 장치 드라이버 문서 모음의 색인으로 ATM부터 WWAN까지 주요 하위 범주에 연결합니다.

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

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

1. 요약·해설

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

요약·해설

index.rst:1-25

Linux networking hardware 장치 드라이버 문서 모음의 색인으로 ATM부터 WWAN까지 주요 하위 범주에 연결합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
3 Hardware Device Drivers
4 =======================
5
6 Contents:
7
8 .. toctree::
9 :maxdepth: 2
10
11 atm/index
12 can/index
13 cellular/index
14 ethernet/index
15 fddi/index
16 hamradio/index
17 wifi/index
18 wwan/index
19
20 .. only:: subproject and html
21
22 Indices
23 =======
24
25 * :ref:`genindex`
26

3. 한국어 전문 번역

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

Hardware 장치 드라이버 색인

1-25

이 문서는 `GPL-2.0-only OR BSD-2-Clause` 이중 라이선스를 따릅니다.

Hardware 장치 드라이버

목차에는 ATM, CAN, cellular, Ethernet, FDDI, ham radio, Wi-Fi, WWAN 장치 드라이버 문서가 포함됩니다. `toctree`의 최대 깊이는 2입니다.

subproject 및 HTML 출력에서는 전체 문서 색인인 `genindex` 링크도 제공합니다.

.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)

Hardware Device Drivers
=======================

Contents:

.. toctree::
   :maxdepth: 2

   atm/index
   can/index
   cellular/index
   ethernet/index
   fddi/index
   hamradio/index
   wifi/index
   wwan/index

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`