In the words of the submitter:
Some parts of the documentation are using COM1: instead of COM1 to describe the first serial interface in MS-DOS. The device name should be COM1, ':' was used as separator by the mode command. PR: 36010 Submitted by: Martin Heinen <martin@sumuk.de>
This commit is contained in:
parent
4eacce79e5
commit
1c4177c1b9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12563
3 changed files with 23 additions and 23 deletions
|
@ -181,7 +181,7 @@
|
|||
|
||||
<entry>N/A</entry>
|
||||
|
||||
<entry>3Com 56K faxmodem, on COM1:</entry>
|
||||
<entry>3Com 56K faxmodem, on COM1</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
|
@ -295,10 +295,10 @@
|
|||
|
||||
<para>FreeBSD supports four serial ports by default. In the
|
||||
MS-DOS world, these are known as
|
||||
<devicename>COM1:</devicename>,
|
||||
<devicename>COM2:</devicename>,
|
||||
<devicename>COM3:</devicename>, and
|
||||
<devicename>COM4:</devicename>. FreeBSD currently supports
|
||||
<devicename>COM1</devicename>,
|
||||
<devicename>COM2</devicename>,
|
||||
<devicename>COM3</devicename>, and
|
||||
<devicename>COM4</devicename>. FreeBSD currently supports
|
||||
<quote>dumb</quote> multiport serial interface cards, such as
|
||||
the BocaBoard 1008 and 2016, as well as more
|
||||
intelligent multi-port cards such as those made by Digiboard
|
||||
|
@ -404,10 +404,10 @@ device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr</programlisting>
|
|||
<para>A shell script called <command>MAKEDEV</command> in the
|
||||
<filename>/dev</filename> directory manages the device special
|
||||
files. To use <command>MAKEDEV</command> to make dial-up device
|
||||
special files for <devicename>COM1:</devicename> (port 0),
|
||||
special files for <devicename>COM1</devicename> (port 0),
|
||||
<command>cd</command> to <filename>/dev</filename> and issue the
|
||||
command <command>MAKEDEV ttyd0</command>. Likewise, to make dial-up
|
||||
device special files for <devicename>COM2:</devicename> (port 1),
|
||||
device special files for <devicename>COM2</devicename> (port 1),
|
||||
use <command>MAKEDEV ttyd1</command>.</para>
|
||||
|
||||
<para><command>MAKEDEV</command> not only creates the
|
||||
|
@ -1311,7 +1311,7 @@ vq|VH57600|Very High Speed Modem at 57600,8-bit:\
|
|||
|
||||
<para>For example to set the <literal>termios</literal> flag
|
||||
<varname>crtscts</varname> on serial port #1's
|
||||
(<devicename>COM2:</devicename>) dial-in and dial-out initialization
|
||||
(<devicename>COM2</devicename>) dial-in and dial-out initialization
|
||||
devices, the following lines could be added to
|
||||
<filename>/etc/rc.serial</filename>:</para>
|
||||
<programlisting># Serial port initial configuration
|
||||
|
@ -1968,30 +1968,30 @@ raisechar=^^</programlisting>
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para>Plug a dumb terminal into <devicename>COM1:</devicename>
|
||||
<para>Plug a dumb terminal into <devicename>COM1</devicename>
|
||||
(<devicename>sio0</devicename>).</para>
|
||||
|
||||
<para>If you do not have a dumb terminal, you can use an old PC/XT
|
||||
with a modem program, or the serial port on another Unix box. If
|
||||
you do not have a <devicename>COM1:</devicename>
|
||||
you do not have a <devicename>COM1</devicename>
|
||||
(<devicename>sio0</devicename>), get one. At this time, there is
|
||||
no way to select a port other than <devicename>COM1:</devicename>
|
||||
no way to select a port other than <devicename>COM1</devicename>
|
||||
for the boot blocks without recompiling the boot blocks. If you
|
||||
are already using <devicename>COM1:</devicename> for another
|
||||
are already using <devicename>COM1</devicename> for another
|
||||
device, you will have to temporarily remove that device and
|
||||
install a new boot block and kernel once you get FreeBSD up and
|
||||
running. (It is assumed that <devicename>COM1:</devicename> will
|
||||
running. (It is assumed that <devicename>COM1</devicename> will
|
||||
be available on a file/compute/terminal server anyway; if you
|
||||
really need <devicename>COM1:</devicename> for something else
|
||||
really need <devicename>COM1</devicename> for something else
|
||||
(and you cannot switch that something else to
|
||||
<devicename>COM2:</devicename> (<devicename>sio1</devicename>)),
|
||||
<devicename>COM2</devicename> (<devicename>sio1</devicename>)),
|
||||
then you probably should not even be bothering with all this in
|
||||
the first place.)</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Make sure the configuration file of your kernel has
|
||||
appropriate flags set for <devicename>COM1:</devicename>
|
||||
appropriate flags set for <devicename>COM1</devicename>
|
||||
(<devicename>sio0</devicename>).</para>
|
||||
|
||||
<para>Relevant flags are:</para>
|
||||
|
@ -2414,8 +2414,8 @@ boot:</screen>
|
|||
<literal>BOOT_COMCONSOLE_PORT</literal> to the address of the
|
||||
port you want to use (0x3F8, 0x2F8, 0x3E8 or 0x2E8). Only
|
||||
<devicename>sio0</devicename> through
|
||||
<devicename>sio3</devicename> (<devicename>COM1:</devicename>
|
||||
through <devicename>COM4:</devicename>) can be used; multiport
|
||||
<devicename>sio3</devicename> (<devicename>COM1</devicename>
|
||||
through <devicename>COM4</devicename>) can be used; multiport
|
||||
serial cards will not work. No interrupt setting is
|
||||
needed.</para>
|
||||
</step>
|
||||
|
@ -2424,7 +2424,7 @@ boot:</screen>
|
|||
<para>Create a custom kernel configuration file and add
|
||||
appropriate flags for the serial port you want to use. For
|
||||
example, if you want to make <devicename>sio1</devicename>
|
||||
(<devicename>COM2:</devicename>) the console:</para>
|
||||
(<devicename>COM2</devicename>) the console:</para>
|
||||
|
||||
<programlisting>device sio1 at isa? port "IO_COM2" tty flags 0x10 irq 3</programlisting>
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@ own LAN if you want. IP addresses are assigned as follows:</para>
|
|||
</informaltable>
|
||||
|
||||
<para>This guide assumes that the modem on the FreeBSD box is connected
|
||||
to the first serial port ('<filename>/dev/cuaa0</filename>' or '<emphasis remap=tt>COM1:</emphasis>' in
|
||||
to the first serial port ('<filename>/dev/cuaa0</filename>' or '<emphasis remap=tt>COM1</emphasis>' in
|
||||
DOS-terms).</para>
|
||||
|
||||
<para>Finally, we will also assume that your Internet Service Provider (ISP)
|
||||
|
@ -863,10 +863,10 @@ of the sample '<filename>/etc/ppp/ppp.conf</filename>' file:
|
|||
This statement informs the PPP program that it should use the first
|
||||
serial port.
|
||||
Under FreeBSD the '<filename>/dev/cuaa0</filename>' device is the same port that's
|
||||
known as "<emphasis remap=tt>COM1:</emphasis>" under DOS, Windows, Windows 95, etc....</para>
|
||||
known as "<emphasis remap=tt>COM1</emphasis>" under DOS, Windows, Windows 95, etc....</para>
|
||||
|
||||
<para>If your modem is on <emphasis remap=tt>COM2:</emphasis> you should specify
|
||||
'<filename>/dev/cuaa1</filename>; <emphasis remap=tt>COM3:</emphasis> would be '<filename>/dev/cuaa2</filename>'.</para>
|
||||
<para>If your modem is on <emphasis remap=tt>COM2</emphasis> you should specify
|
||||
'<filename>/dev/cuaa1</filename>; <emphasis remap=tt>COM3</emphasis> would be '<filename>/dev/cuaa2</filename>'.</para>
|
||||
|
||||
<para>
|
||||
<informalexample>
|
||||
|
|
Loading…
Reference in a new issue