Add missing space in example kernel config.
Submitted by: BelletJr@aol.com
This commit is contained in:
parent
f1f1fbd5a2
commit
57228118a4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10813
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.20 2001/09/19 18:27:10 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.21 2001/09/24 07:00:29 murray Exp $
|
||||
-->
|
||||
|
||||
<chapter id="sound">
|
||||
|
@ -137,7 +137,7 @@
|
|||
<para>For a non-PnP ISA card, add:</para>
|
||||
|
||||
<programlisting>device pcm
|
||||
device sbc0 at isa? port0x220 irq 5 drq 1 flags 0x15</programlisting>
|
||||
device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15</programlisting>
|
||||
|
||||
<para>to your kernel configuration file. The settings shown
|
||||
above are the defaults. You may need to change the IRQ or the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.20 2001/09/19 18:27:10 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.21 2001/09/24 07:00:29 murray Exp $
|
||||
-->
|
||||
|
||||
<chapter id="sound">
|
||||
|
@ -137,7 +137,7 @@
|
|||
<para>For a non-PnP ISA card, add:</para>
|
||||
|
||||
<programlisting>device pcm
|
||||
device sbc0 at isa? port0x220 irq 5 drq 1 flags 0x15</programlisting>
|
||||
device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15</programlisting>
|
||||
|
||||
<para>to your kernel configuration file. The settings shown
|
||||
above are the defaults. You may need to change the IRQ or the
|
||||
|
|
Loading…
Reference in a new issue