It is now (since a while) possible to directly load atapicam support via
the /boot/loader.conf file w/o requiring a kernel rebuild. Update the atapicam section to reflect that possibility.
This commit is contained in:
parent
00eb978b64
commit
303cf27887
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28397
1 changed files with 15 additions and 4 deletions
|
@ -1272,7 +1272,17 @@ scsibus1:
|
||||||
&man.cdrecord.1;.</para>
|
&man.cdrecord.1;.</para>
|
||||||
|
|
||||||
<para>To use this driver, you will need to add the following
|
<para>To use this driver, you will need to add the following
|
||||||
line to your kernel configuration file:</para>
|
line to the <filename>/boot/loader.conf</filename>
|
||||||
|
file:</para>
|
||||||
|
|
||||||
|
<programlisting>atapicam_load="YES"</programlisting>
|
||||||
|
|
||||||
|
<para>then, reboot your machine.</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>If you prefer to statically compile the &man.atapicam.4;
|
||||||
|
support in your kernel, you will have to add this line to
|
||||||
|
your kernel configuration file:</para>
|
||||||
|
|
||||||
<programlisting>device atapicam</programlisting>
|
<programlisting>device atapicam</programlisting>
|
||||||
|
|
||||||
|
@ -1284,10 +1294,11 @@ device scbus
|
||||||
device cd
|
device cd
|
||||||
device pass</programlisting>
|
device pass</programlisting>
|
||||||
|
|
||||||
<para>which should already be present.</para>
|
<para>which should already be present. Then rebuild, install
|
||||||
|
your new kernel, and reboot your machine.</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<para>Then rebuild, install your new kernel, and reboot your
|
<para>During the boot process, your burner should show up,
|
||||||
machine. During the boot process, your burner should show up,
|
|
||||||
like so:</para>
|
like so:</para>
|
||||||
|
|
||||||
<screen>acd0: CD-RW <MATSHITA CD-RW/DVD-ROM UJDA740> at ata1-master PIO4
|
<screen>acd0: CD-RW <MATSHITA CD-RW/DVD-ROM UJDA740> at ata1-master PIO4
|
||||||
|
|
Loading…
Reference in a new issue