요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: GPL-2.0
3
==========================
4
etas_es58x devlink support
5
==========================
7
This document describes the devlink features implemented by the
8
``etas_es58x`` device driver.
10
Info versions
11
=============
13
The ``etas_es58x`` driver reports the following versions
15
.. list-table:: devlink info versions implemented
16
:widths: 5 5 90
18
* - Name
19
- Type
20
- Description
21
* - ``fw``
22
- running
23
- Version of the firmware running on the device. Also available
24
through ``ethtool -i`` as the first member of the
25
``firmware-version``.
26
* - ``fw.bootloader``
27
- running
28
- Version of the bootloader running on the device. Also available
29
through ``ethtool -i`` as the second member of the
30
``firmware-version``.
31
* - ``board.rev``
32
- fixed
33
- The hardware revision of the device.
34
* - ``serial_number``
35
- fixed
36
- The USB serial number. Also available through ``lsusb -v``.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
etas_es58x devlink 지원
1-9이 문서는 `GPL-2.0` 라이선스를 따릅니다.
etas_es58x devlink 지원
이 문서는 `etas_es58x` device driver가 구현한 devlink 기능을 설명합니다.
.. SPDX-License-Identifier: GPL-2.0
==========================
etas_es58x devlink support
==========================
This document describes the devlink features implemented by the
``etas_es58x`` device driver.
Info version
10-36Info version
`etas_es58x` driver는 다음 version을 보고합니다.
이름type설명
`fw`running장치에서 실행 중인 firmware version입니다. `ethtool -i`의 `firmware-version` 첫 번째 구성원으로도 확인할 수 있습니다.
`fw.bootloader`running장치에서 실행 중인 bootloader version입니다. `ethtool -i`의 `firmware-version` 두 번째 구성원으로도 확인할 수 있습니다.
`board.rev`fixed장치의 hardware revision입니다.
`serial_number`fixedUSB serial number입니다. `lsusb -v`로도 확인할 수 있습니다.
Firmware·bootloader 실행 version과 고정 hardware 식별 정보를 제공합니다.
Info versions
=============
The ``etas_es58x`` driver reports the following versions
.. list-table:: devlink info versions implemented
:widths: 5 5 90
* - Name
- Type
- Description
* - ``fw``
- running
- Version of the firmware running on the device. Also available
through ``ethtool -i`` as the first member of the
``firmware-version``.
* - ``fw.bootloader``
- running
- Version of the bootloader running on the device. Also available
through ``ethtool -i`` as the second member of the
``firmware-version``.
* - ``board.rev``
- fixed
- The hardware revision of the device.
* - ``serial_number``
- fixed
- The USB serial number. Also available through ``lsusb -v``.
요약·해설
etas_es58x.rst:1-36`etas_es58x`는 실행 중인 firmware와 bootloader를 `running` version으로, hardware revision과 USB serial number를 `fixed` version으로 보고합니다. 일부 정보는 기존 `ethtool`·`lsusb` 출력과 교차 확인할 수 있습니다.
Devlink info와 기존 도구에서 확인할 수 있는 항목을 정리합니다.