Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
a1213499
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
161
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a1213499
编写于
9月 28, 2005
作者:
J
Jeff Garzik
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
libata: move EH docs to separate DocBook chapter
上级
bfd00722
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
15 addition
and
15 deletion
+15
-15
Documentation/DocBook/libata.tmpl
Documentation/DocBook/libata.tmpl
+15
-15
未找到文件。
Documentation/DocBook/libata.tmpl
浏览文件 @
a1213499
...
...
@@ -413,7 +413,9 @@ and other resources, etc.
</sect2>
</sect1>
<sect1>
</chapter>
<chapter
id=
"libataEH"
>
<title>
Error handling
</title>
<para>
...
...
@@ -422,7 +424,7 @@ and other resources, etc.
(Documentation/scsi/scsi_eh.txt) and ATA exceptions doc first.
</para>
<sect
2
><title>
Origins of commands
</title>
<sect
1
><title>
Origins of commands
</title>
<para>
In libata, a command is represented with struct ata_queued_cmd
or qc. qc's are preallocated during port initialization and
...
...
@@ -437,9 +439,9 @@ and other resources, etc.
and commands for SCSI emulation are passed as SCSI commands
through queuecommand callback of SCSI host template.
</para>
</sect
2
>
</sect
1
>
<sect
2
><title>
How commands are issued
</title>
<sect
1
><title>
How commands are issued
</title>
<variablelist>
...
...
@@ -501,9 +503,9 @@ and other resources, etc.
</varlistentry>
</variablelist>
</sect
2
>
</sect
1
>
<sect
2
><title>
How commands are processed
</title>
<sect
1
><title>
How commands are processed
</title>
<para>
Depending on which protocol and which controller are used,
commands are processed differently. For the purpose of
...
...
@@ -562,9 +564,9 @@ and other resources, etc.
</listitem>
</varlistentry>
</variablelist>
</sect
2
>
</sect
1
>
<sect
2
><title>
How commands are completed
</title>
<sect
1
><title>
How commands are completed
</title>
<para>
Once issued, all qc's are either completed with
ata_qc_complete() or time out. For commands which are handled
...
...
@@ -660,9 +662,9 @@ and other resources, etc.
This leads us to ata_scsi_error() with partially completed qc.
</para>
</sect
2
>
</sect
1
>
<sect
2
><title>
ata_scsi_error()
</title>
<sect
1
><title>
ata_scsi_error()
</title>
<para>
ata_scsi_error() is the current hostt->eh_strategy_handler()
for libata. As discussed above, this will be entered in two
...
...
@@ -697,9 +699,9 @@ and other resources, etc.
to/cannot call ata_qc_complete() again.
</para>
</sect
2
>
</sect
1
>
<sect
2
><title>
Problems with the current EH
</title>
<sect
1
><title>
Problems with the current EH
</title>
<itemizedlist>
...
...
@@ -766,9 +768,7 @@ and other resources, etc.
</listitem>
</itemizedlist>
</sect2>
</sect1>
</sect1>
</chapter>
<chapter
id=
"libataExt"
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录