The line device atapicd is not needed by ATAPI/CAM.
Submitted by: thomas@
This commit is contained in:
parent
c5b95a3aa3
commit
f6b271d799
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20812
1 changed files with 3 additions and 4 deletions
|
@ -1182,13 +1182,12 @@ device scbus
|
|||
device cd
|
||||
device pass</programlisting>
|
||||
|
||||
<para>You also need the following lines in your kernel
|
||||
<para>You also need the following line in your kernel
|
||||
configuration file:</para>
|
||||
|
||||
<programlisting>device ata
|
||||
device atapicd</programlisting>
|
||||
<programlisting>device ata</programlisting>
|
||||
|
||||
<para>Both of which should already be present.</para>
|
||||
<para>which should already be present.</para>
|
||||
|
||||
<para>Then rebuild, install your new kernel, and reboot your
|
||||
machine. During the boot process, your burner should show up,
|
||||
|
|
Loading…
Reference in a new issue