요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
.. SPDX-License-Identifier: GPL-2.0
==============
SCSI Subsystem
==============
.. toctree::
:maxdepth: 1
Introduction
============
.. toctree::
:maxdepth: 1
scsi
SCSI driver APIs
================
.. toctree::
:maxdepth: 1
scsi_mid_low_api
scsi_eh
SCSI driver parameters
======================
.. toctree::
:maxdepth: 1
scsi-parameters
link_power_management_policy
SCSI host adapter drivers
=========================
.. toctree::
:maxdepth: 1
53c700
aacraid
advansys
aha152x
aic79xx
aic7xxx
arcmsr_spec
bfa
bnx2fc
BusLogic
cxgb3i
dc395x
dpti
FlashPoint
g_NCR5380
hpsa
hptiop
libsas
lpfc
megaraid
ncr53c8xx
NinjaSCSI
ppa
qlogicfas
scsi-changer
scsi_fc_transport
scsi-generic
sd-parameters
smartpqi
st
sym53c500_cs
sym53c8xx_2
tcm_qla2xxx
ufs
wd719x
scsi_transport_srp/figures
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
SCSI 소개
1-17이 문서는 Linux SCSI subsystem 문서의 최상위 색인이다. Introduction 아래 `scsi` 문서를 연결하며 toctree 깊이는 1이다.
최상위 색인에서 소개 문서로 이어집니다.
.. SPDX-License-Identifier: GPL-2.0
==============
SCSI Subsystem
==============
.. toctree::
:maxdepth: 1
Introduction
============
.. toctree::
:maxdepth: 1
scsi
SCSI driver API
18-26SCSI driver API 절은 mid-layer와 low-level driver의 API를 설명하는 `scsi_mid_low_api`, 오류 처리 흐름을 설명하는 `scsi_eh`를 연결한다.
구현자가 먼저 확인할 두 문서입니다.
SCSI driver APIs
================
.. toctree::
:maxdepth: 1
scsi_mid_low_api
scsi_eh
SCSI driver parameter
27-35SCSI driver parameter 절은 일반 parameter를 다루는 `scsi-parameters`와 interface link power policy를 다루는 `link_power_management_policy`를 연결한다.
SCSI driver parameters
======================
.. toctree::
:maxdepth: 1
scsi-parameters
link_power_management_policy
SCSI host adapter driver 목록
36-78Host adapter driver 절은 개별 adapter, transport, generic device와 tape·disk 계층 문서를 한곳에 모은다. 각 항목은 원문 toctree 식별자를 그대로 사용한다.
색인에 등록된 문서를 원문 순서대로 묶었습니다.
SCSI host adapter drivers
=========================
.. toctree::
:maxdepth: 1
53c700
aacraid
advansys
aha152x
aic79xx
aic7xxx
arcmsr_spec
bfa
bnx2fc
BusLogic
cxgb3i
dc395x
dpti
FlashPoint
g_NCR5380
hpsa
hptiop
libsas
lpfc
megaraid
ncr53c8xx
NinjaSCSI
ppa
qlogicfas
scsi-changer
scsi_fc_transport
scsi-generic
sd-parameters
smartpqi
st
sym53c500_cs
sym53c8xx_2
tcm_qla2xxx
ufs
wd719x
scsi_transport_srp/figures
요약·해설
index.rst:1-78SCSI 소개, driver API, parameter와 host adapter 문서의 최상위 색인입니다.