Remove ATA_ENABLE_ATAPI_DMA and it's description since it's no longer in
GENERIC. PR: 26838 Submitted by: Ilya Martynov <m_ilya@agava.com>
This commit is contained in:
parent
f96dca5a2e
commit
057be43195
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9296
2 changed files with 2 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.39 2001/04/09 00:33:51 dd Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.40 2001/04/17 01:37:30 dd Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="kernelconfig">
|
<chapter id="kernelconfig">
|
||||||
|
@ -585,12 +585,6 @@ device atapicd # ATAPI CDROM drives</programlisting>
|
||||||
<para>This makes the controller number static (like the old driver) or
|
<para>This makes the controller number static (like the old driver) or
|
||||||
else the device numbers are dynamically allocated.</para>
|
else the device numbers are dynamically allocated.</para>
|
||||||
|
|
||||||
<programlisting>#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices</programlisting>
|
|
||||||
|
|
||||||
<para>This enables DMA on the ATAPI device. Since many ATAPI devices
|
|
||||||
claim to support DMA, but it does not actually work, this is turned
|
|
||||||
off by default.</para>
|
|
||||||
|
|
||||||
<programlisting># ATA and ATAPI devices
|
<programlisting># ATA and ATAPI devices
|
||||||
device ata0 at isa? port IO_WD1 irq 14
|
device ata0 at isa? port IO_WD1 irq 14
|
||||||
device ata1 at isa? port IO_WD2 irq 15</programlisting>
|
device ata1 at isa? port IO_WD2 irq 15</programlisting>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.39 2001/04/09 00:33:51 dd Exp $
|
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.40 2001/04/17 01:37:30 dd Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="kernelconfig">
|
<chapter id="kernelconfig">
|
||||||
|
@ -585,12 +585,6 @@ device atapicd # ATAPI CDROM drives</programlisting>
|
||||||
<para>This makes the controller number static (like the old driver) or
|
<para>This makes the controller number static (like the old driver) or
|
||||||
else the device numbers are dynamically allocated.</para>
|
else the device numbers are dynamically allocated.</para>
|
||||||
|
|
||||||
<programlisting>#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices</programlisting>
|
|
||||||
|
|
||||||
<para>This enables DMA on the ATAPI device. Since many ATAPI devices
|
|
||||||
claim to support DMA, but it does not actually work, this is turned
|
|
||||||
off by default.</para>
|
|
||||||
|
|
||||||
<programlisting># ATA and ATAPI devices
|
<programlisting># ATA and ATAPI devices
|
||||||
device ata0 at isa? port IO_WD1 irq 14
|
device ata0 at isa? port IO_WD1 irq 14
|
||||||
device ata1 at isa? port IO_WD2 irq 15</programlisting>
|
device ata1 at isa? port IO_WD2 irq 15</programlisting>
|
||||||
|
|
Loading…
Reference in a new issue