Some 'igor -z' improvements.
Approved by: gjb (mentor)
This commit is contained in:
parent
e95c66c40b
commit
8a568a3deb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40927
1 changed files with 5 additions and 6 deletions
|
@ -69,7 +69,7 @@
|
|||
</sect1>
|
||||
|
||||
<sect1 id="scsi-general">
|
||||
<title>General architecture</title>
|
||||
<title>General Architecture</title>
|
||||
|
||||
<indexterm><primary>Common Access Method (CAM)</primary></indexterm>
|
||||
|
||||
|
@ -166,7 +166,7 @@
|
|||
bus? The answer given in the comments to the CAM code is:
|
||||
either way, as the driver's author prefers.</para>
|
||||
|
||||
<para>The arguments are:
|
||||
<para>The arguments are:</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para><function>action_func</function> - pointer to
|
||||
|
@ -226,7 +226,6 @@
|
|||
depth. It depends on the abilities of the SCSI
|
||||
adapter.</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<indexterm><primary>SCSI</primary><secondary>adapter</secondary></indexterm>
|
||||
<para>Finally we register the SCSI buses associated with our SCSI
|
||||
|
@ -238,7 +237,7 @@
|
|||
}</programlisting>
|
||||
|
||||
<para>If there is one <structname>devq</structname> structure per
|
||||
SCSI bus (i.e. we consider a card with multiple buses as
|
||||
SCSI bus (i.e., we consider a card with multiple buses as
|
||||
multiple cards with one bus each) then the bus number will
|
||||
always be 0, otherwise each bus on the SCSI card should be get a
|
||||
distinct number. Each bus needs its own separate structure
|
||||
|
@ -562,7 +561,7 @@
|
|||
to zero.</para></listitem>
|
||||
|
||||
<listitem><para><emphasis>tag_action</emphasis> - the kind
|
||||
of tag to use:
|
||||
of tag to use:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>CAM_TAG_ACTION_NONE - do not use tags for this
|
||||
|
@ -574,7 +573,7 @@
|
|||
itself</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</para></listitem>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
|
|
Loading…
Reference in a new issue