요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
PCMCIA 문서 목차
1-20이 문서는 PCMCIA documentation의 index입니다. Toctree 깊이는 1이며 driver, device table, locking, driver changes 문서를 연결합니다.
문서주제
driverRuntime new_id와 binding
devicetableDevice ID match 기준과 hash
lockingPCMCIA locking 규칙
driver-changes2.6 driver API 변경 이력
Index에 등록된 문서와 역할입니다.
Subproject와 HTML build에서는 `Indices` section에 general index인 `genindex` reference를 표시합니다.
.. SPDX-License-Identifier: GPL-2.0
======
PCMCIA
======
.. toctree::
:maxdepth: 1
driver
devicetable
locking
driver-changes
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
요약·해설
index.rst:1-20PCMCIA subsystem 문서 네 편과 HTML general index를 연결하는 목차입니다.