freebsd-dev/share/examples
Nik Clayton f3fd3a0091 Explicitly list the i/o addresses of the serial ports.
Prompted by docs/12343, in which people seemed to get a little confused.
The original text in the file said:

[...]
# By default we use COM1 as our serial console port *if* we're going to use
# a serial port as our console at all.  (0x3E8 = COM2)
#
#BOOT_COMCONSOLE_PORT= 0x3F8
[...]

From what I can make out, some people have assumed that means that if
they just uncomment the BOOT_COMCONSOLE_PORT then it will use COM2:
These same people then assume that "0x3F8" on that line is a typo for
"0x3E8".

What it actually means is that if you uncomment the line then the default
stays as "Ox3F8" (COM1:), and that you have to uncomment the line, *and*
change the value of the variable in order to use COM2:.

So I've made that a little bit clearer.  I've also listed the hex values
for COM1: thru COM4:, snarfed from sys/isa/isareg.h.

PR:             docs/12343
Submitted by:   Bill Grunfelder <wjgrun@dippy.cyberwar.com>
1999-07-28 20:28:54 +00:00
..
atapi Two little examples for use with the new atapi CD-R/RW driver 1998-09-12 12:52:47 +00:00
atm Add working client and server sample applications. 1998-12-11 21:48:20 +00:00
bootforth Rewording. 1999-05-14 19:07:59 +00:00
cvsup Remove references to the obsolete src-eBones collection. 1999-05-25 05:38:27 +00:00
diskless Update diskless and templated booting examples 1999-02-09 17:44:00 +00:00
drivers more $d -> %d fixes 1999-03-19 00:35:07 +00:00
etc Explicitly list the i/o addresses of the serial ports. 1999-07-28 20:28:54 +00:00
find_interface
FreeBSD_version
ibcs2
isdn upgrade isdn4bsd from version 0.71 to the just released version 0.81 1999-05-20 10:14:57 +00:00
kld * Tidy up a few things and fix some more warnings. 1999-06-27 12:44:44 +00:00
libvgl
mdoc
meteor
perfmon
portal Add portal example 1998-12-15 19:05:35 +00:00
ppi
ppp Show how to use the new filter capabilities 1999-07-27 23:44:29 +00:00
pppd Add Id keywords 1998-09-02 01:34:57 +00:00
printing Fix wrong exit code. 1999-01-23 17:05:54 +00:00
scsi_target Allocate a target mode instance to handle our target mode session, clean 1999-03-05 23:12:02 +00:00
slattach
sliplogin
startslip
sunrpc
worm fix a typo 1998-08-29 09:50:16 +00:00
Makefile Do nothing for the etc-examples target when SHARED=symlinks, since we'll 1999-06-27 16:42:25 +00:00