1. Add <devicename> around one instance of "si"
2. Add <literal> around an address (nik's suggestion).
This commit is contained in:
parent
09b1aa8ccc
commit
60afe67c8e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4641
3 changed files with 18 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.14 1999-04-07 22:49:55 nik Exp $
|
||||
$Id: chapter.sgml,v 1.15 1999-04-08 21:11:36 nsayer Exp $
|
||||
-->
|
||||
|
||||
<chapter id="hw">
|
||||
|
@ -2850,8 +2850,9 @@ ttyc7 "/usr/libexec/getty std.38400" unknown on insecure</programlisting>
|
|||
<para><emphasis>Contributed by &a.nsayer;. 25 March
|
||||
1998.</emphasis></para>
|
||||
|
||||
<para>The Specialix SI/XIO and SX multiport cards use the si driver. A
|
||||
single machine can have up to 4 host cards. The following host cards
|
||||
<para>The Specialix SI/XIO and SX multiport cards use the
|
||||
<devicename>si</devicename> driver. A single machine can
|
||||
have up to 4 host cards. The following host cards
|
||||
are supported:</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -2865,7 +2866,8 @@ ttyc7 "/usr/libexec/getty std.38400" unknown on insecure</programlisting>
|
|||
<para>Although the SX and SI/XIO host cards look markedly different,
|
||||
their functionality are basically the same. The host cards do not
|
||||
use I/O locations, but instead require a 32K chunk of memory. The
|
||||
factory configuration for ISA cards places this at 0xd0000-0xd7fff.
|
||||
factory configuration for ISA cards places this at
|
||||
<literal>0xd0000-0xd7fff</literal>.
|
||||
They also require an IRQ. PCI cards will, of course, autoconfigure
|
||||
themselves.</para>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.14 1999-04-07 22:49:55 nik Exp $
|
||||
$Id: chapter.sgml,v 1.15 1999-04-08 21:11:36 nsayer Exp $
|
||||
-->
|
||||
|
||||
<chapter id="hw">
|
||||
|
@ -2850,8 +2850,9 @@ ttyc7 "/usr/libexec/getty std.38400" unknown on insecure</programlisting>
|
|||
<para><emphasis>Contributed by &a.nsayer;. 25 March
|
||||
1998.</emphasis></para>
|
||||
|
||||
<para>The Specialix SI/XIO and SX multiport cards use the si driver. A
|
||||
single machine can have up to 4 host cards. The following host cards
|
||||
<para>The Specialix SI/XIO and SX multiport cards use the
|
||||
<devicename>si</devicename> driver. A single machine can
|
||||
have up to 4 host cards. The following host cards
|
||||
are supported:</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -2865,7 +2866,8 @@ ttyc7 "/usr/libexec/getty std.38400" unknown on insecure</programlisting>
|
|||
<para>Although the SX and SI/XIO host cards look markedly different,
|
||||
their functionality are basically the same. The host cards do not
|
||||
use I/O locations, but instead require a 32K chunk of memory. The
|
||||
factory configuration for ISA cards places this at 0xd0000-0xd7fff.
|
||||
factory configuration for ISA cards places this at
|
||||
<literal>0xd0000-0xd7fff</literal>.
|
||||
They also require an IRQ. PCI cards will, of course, autoconfigure
|
||||
themselves.</para>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.14 1999-04-07 22:49:55 nik Exp $
|
||||
$Id: chapter.sgml,v 1.15 1999-04-08 21:11:36 nsayer Exp $
|
||||
-->
|
||||
|
||||
<chapter id="hw">
|
||||
|
@ -2850,8 +2850,9 @@ ttyc7 "/usr/libexec/getty std.38400" unknown on insecure</programlisting>
|
|||
<para><emphasis>Contributed by &a.nsayer;. 25 March
|
||||
1998.</emphasis></para>
|
||||
|
||||
<para>The Specialix SI/XIO and SX multiport cards use the si driver. A
|
||||
single machine can have up to 4 host cards. The following host cards
|
||||
<para>The Specialix SI/XIO and SX multiport cards use the
|
||||
<devicename>si</devicename> driver. A single machine can
|
||||
have up to 4 host cards. The following host cards
|
||||
are supported:</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -2865,7 +2866,8 @@ ttyc7 "/usr/libexec/getty std.38400" unknown on insecure</programlisting>
|
|||
<para>Although the SX and SI/XIO host cards look markedly different,
|
||||
their functionality are basically the same. The host cards do not
|
||||
use I/O locations, but instead require a 32K chunk of memory. The
|
||||
factory configuration for ISA cards places this at 0xd0000-0xd7fff.
|
||||
factory configuration for ISA cards places this at
|
||||
<literal>0xd0000-0xd7fff</literal>.
|
||||
They also require an IRQ. PCI cards will, of course, autoconfigure
|
||||
themselves.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue