On 5.X systems device ccd must be used instead of pseudo-device ccd for
4.X. While I'm there some little sgml fixes.
This commit is contained in:
parent
31400ac28b
commit
6e06ed35ef
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16858
1 changed files with 8 additions and 3 deletions
|
@ -430,9 +430,14 @@ ad3: 29333MB <WDC WD307AA> [59598/16/63] at ata1-slave UDMA33</programlist
|
|||
|
||||
<programlisting>pseudo-device ccd 4</programlisting>
|
||||
|
||||
<note><para>In FreeBSD 5.0, it is not necessary to specify
|
||||
<para>On 5.X systems, you have to use instead the following
|
||||
line:</para>
|
||||
|
||||
<programlisting>device ccd</programlisting>
|
||||
|
||||
<note><para>In FreeBSD 5.X, it is not necessary to specify
|
||||
a number of ccd devices, as the ccd device driver is now
|
||||
self-cloning -- new device instances will automatically be
|
||||
self-cloning — new device instances will automatically be
|
||||
created on demand.</para></note>
|
||||
|
||||
<para><application>ccd</application> support can also be
|
||||
|
@ -440,7 +445,7 @@ ad3: 29333MB <WDC WD307AA> [59598/16/63] at ata1-slave UDMA33</programlist
|
|||
later.</para>
|
||||
|
||||
<para>To set up <application>ccd</application>, you must first use
|
||||
&man.disklabel.8 to label the disks:</para>
|
||||
&man.disklabel.8; to label the disks:</para>
|
||||
|
||||
<programlisting>disklabel -r -w ad1 auto
|
||||
disklabel -r -w ad2 auto
|
||||
|
|
Loading…
Reference in a new issue